Windows Registry – Adding a Site to Internet Explorer’s Compatibility View Settings

windows-registry

We've got one single site (intranet site) that doesn't play well with Internet Explorer 10 unless we add it to Internet Explorer's "Compatibility View Settings". So if you open Internet Explorer and go to the menu Tools -> Compatibility View settings you get a pop up menu like so:

Enter image description here

If I add the intranet site all is well. However, we need to add this site to everyone's machine in the company. What is the registry key / value I can use so I can add it to our startup script? If you can point me to the registry key then this would save so much time rather than going to each end user PC and doing this.

Best Answer

URL’s can be added to Compatibility View List in IE 10 by using the following group policy,

User Configuration->Administrative Templates->Windows Components->Internet Explorer->Compatibility View->Use Policy List of Internet Explorer 7 sites.

If you want to enter this information directly in the registry,

  1. Navigate to HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\BrowserEmulation\PolicyList (You may create registry folders manually if not present, or a .REG file will create everything for you)

  2. Right Click PolicyList ->New->String Value->Enter the name of the website both under ‘Name’ and ‘Data’ (e.g. superuser.com)

Example REG file:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\BrowserEmulation\PolicyList]
"superuser.com"="superuser.com"