IE7: Hack to Fix Unsupported Browser Errors

When testing IE7, you may get some errors from webpages that automatically detect your type of browser. The following registry hack will allow you to get around this.


Sadly, many web designers check the type and version of the web browser being used before allowing a page to be displayed. As most designers have not updated their web code to support IE7 yet, you will receive numerous errors when visiting these sites.

To get around this, just use this registry hack:

    1. Click Start.
    2. Click Run.
    3. In the text box, type regedit, and click OK.
    4. In the registry editor, browse to the following key:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]

    5. Click the Edit menu.
    6. Select New.
    7. Select String Value.
    8. Name the string: version.
    9. Right-click this new string.
    10. Select Modify
    11. In the value data box, place this text: MSIE 6.0.
    12. Click OK.
    13. Close regedit, and restart IE

.
You could also change the text to any previous IE version if you wish (MSIE 5.0, MSIE 5.01, MSIE 5.5, etc.), although most sites will be looking for IE6 in my experience.

The Conversation

Follow the reactions below and share your own thoughts.

2 Responses to “IE7: Hack to Fix Unsupported Browser Errors”

  1. April 26, 2009 at 4:49 am, TeGuy said:

    thanks I will try this and hope it will make a huge difference.

    Reply

  2. August 15, 2012 at 12:20 pm, volvic said:

    Done it two machines and works perfectly. BRILLIANT !

    Reply

Leave a Reply

You may also like-

Prevent Automatic Updates from Installing IE7Prevent Automatic Updates from Installing IE7Microsoft will push IE7 through automatic updates. If you use automatic updates on your network, you better be expecting a lot of questions regarding ... IE7:  Turn off ClearType if Web Fonts are Blurry and Anti-AliasedIE7: Turn off ClearType if Web Fonts are Blurry and Anti-AliasedMany people are complaining that the text in their browser looks poorly after installing IE7. This is because IE7 enabled ClearType by default. Here ...