How to add web site to Compatibility View List via GPO

Click “Tools -> Compatibility Settings” and input web site address in below windows:

 

It can also be applied from GPO for domain users. Here are several popular methods to achieve this task:

Solution 1 (Recommended as it exactly displays the result in client machine)

If you are on Windows 2008 DC, this policy can be deployed by Group Policy Preference that is new feature in Windows 2008.

 

Group Policy Preferences: Getting Started

http://technet.microsoft.com/en-us/library/cc731892(WS.10).aspx

 

  1. In Windows 2008 DC, open IE and add the web site to the Compability View Settings list
  2. You can verify the setting in the registry key path HKEY_CURRENT_USER\Software\Microsoft\Internet  Explorer\BrowserEmulation\ClearableListData\UserFilter
  3. Open Group Policy Management Editor for Domain Policy that you want to edit.

You can open it from mmc and then Add or Remove Snap-ins

Choose Group Policy Management Editor

  1. Choose path from either Computer configuration or User Configuration as below
  2. Computer or User Configuration->Preference->Windows Setting->Registry
  3. Right click New->Registry Wizard
  4. Select local machine and then check HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\BrowserEmulation\ClearableListData\UserFilter as below.

 

Note: If use Computer Configuration, check registry HKEY_LOCAL_MACHINE

 

  1. Finish the change
  2. Run gpupdate /force in DC

10.Run gpupdate /force in client machine or re-login

11.You can check the registry key value in client machine and test in IE

 

 

Solution 2(Workaround)

==========

 

Deploy from Administrative Templates via GPO. However, it does not get reflected in IE user interface, we see the sites loading in the compatibility mode by opening the developer tool bar (press F12) and checking the browser mode.

 

Also, we can verify the setting in the client machine registry. The configuration is written to registry under HKCU(HKLM)\Software\[Wow6432Node]\Policies\Microsoft\Internet Explorer\BrowserEmulation\PolicyList.

 

  1. Open Group Policy Management Editor for Domain Policy that you want to edit.

You can open it from mmc and then Add or Remove Snap-ins

Choose Group Policy Management Editor

  1. Choose path from either Computer configuration or User Configuration as below

 

Computer or User Configuration-> Policies-> Administrative Templates-> Windows Components ->Internet Explorer -> Compatibility View

 

Use Policy List of Internet Explorer 7 sites = Enabled and sites added to the list

  1. The syntax needs to be bing.com.  There is no preface of http or www needed for the site and should add the second top domain.

 

  1. Run gpupdate /force in DC