September 26, 2006
Internet Explorer 7 User Agent String
This was posted over at the IE MSDN Blog. It outlines how to change the user agent string back to IE6 so that things like Microsoft Beta chats will work (they seem to puke if they detect IE7):Simply save the following as IE7UA.REG. Double-click the file to merge it into your registry and restart the browser to see the change.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
“Version”=”MSIE 6.0”
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent\Post Platform]
“SV1″=-
You can easily undo the change by saving and merging the following IE7Undo.reg.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
“Version”=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent\Post Platform]
“SV1″=””
No responses to "Internet Explorer 7 User Agent String"
Leave a Reply