Help - Search - Members - Calendar
Full Version: IE isn't IE?
MSFN Forums > Microsoft Software Products - Discussion & Support > Windows XP > Windows XP Media Center Edition

   
Google Internet Forums Unattended CD/DVD Guide
Havokblue



The picture basically sums it up.
Whenever I go to a website that is IE dependent (MS update), it gives me an error saying I must use Internet Explorer, despite the fact I am.
It's not just the MS update website either. I have tried reinstalling it to no avail.
I'm running a legit copy of XP MCE that came on my laptop...
I use Firefox as my default browser...
Think thats about all you need to know



BTW I am not a moron regarding computers, in fact I normally pride myself in my knowledge, but this has STUMPED me.

Help?
cluberti
If you look at the properties of C:\Program Files\Internet Explorer\iexplore.exe, what is the file version of this file?
Havokblue
7.0.6000.16640


Thanks for the quick reply
geek
its possible your user agent string is being overridden in the registry

CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
"Version"=-
"Platform"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
"Version"=-
"Platform"=-


paste that into a .reg and import it (or examine & remove the keys manually) & restart IE

you can see what user agent your browser is sending here
http://showip.net/check_user_agent.php

for example my IE7 on vista shows this:
QUOTE
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 1.1.4322)


the other possibility is if you are using a proxy or 'internet accelerator' type program they can mangle your UA string and cause this behavior.

cluberti
QUOTE (Havokblue @ May 6 2008, 04:17 PM) *
7.0.6000.16640


Thanks for the quick reply

I have to second what Geek said - you are running the latest (MS08-024) version of IE, it appears, which means the only other way the server would be able to check would be your UA string.
Tarun
In Internet Explorer's address bar, enter the following:
CODE
java script:navigator.userAgent

Make sure javascript is one word!

Here's what my user agent looks like (on Windows XP):
CODE
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322)


Warning: Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

Back up and then delete the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent\Post Platform

To back up and then delete the registry key, follow these steps:
  1. Click Start, and then click Run.
  2. In the Open box, type regedit, and then click OK.
  3. Locate, and then click the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent\Post Platform
  4. On the File menu, click Export.
  5. In the File name box, type Post Platform, and then click Save.
  6. On the Edit menu, click Delete.
  7. Click Yes when you are prompted to confirm the deletion.
  8. Quit Registry Editor.
  9. If this does not resolve the problem, double-click the Post Platform.reg file that you saved in step 5 to import this key back into the registry.
Havokblue
Thanks, it seems to have worked!
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.