IE8 Compatibility View group policy list not working

group-policyinternet explorerinternet-explorer-8

We recently rolled out IE8 to our organisation (2,500 people).

Given we had several legacy internal web apps that did not support IE8 (but worked fine in Compatibility Mode), we decided to put our internal domain into the Group Policy "policy list" of sites to be rendered automatically in Compatibility View.

This worked for almost everybody – compatibility mode turns on, and the compatibility button vanishes.

But there were seemingly about 100 users who did not get the policy setting (though they did get other IE8 policies).

I checked the registry, and the users are getting the policy list entries

[KEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\BrowserEmulation\PolicyList]

But they are not getting the "switch on" flag for compatibility view:

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\BrowserEmulation]    
"MSCompatibilityMode"=dword:00000001

Setting the registry flag, followed by a reboot, fixes the problem. I can bulk distribute this fix. But there must be a reason for this issue.

Best Answer

I've never had occasion to have Group Policy Administrative Templates "partially apply" in the manner you're describing. My gut says that the root cause is that the specific GPO that sets the "MSCompatibilityMode" is either not applying to these 100 users.

Is the "MSCompatibilityMode" setting (called "Include updated Web site lists from Microsoft" in the Group Policy management console) being set for the users in the same GPO that contains your other IE8-related settings (the ones that you're talking about when you say "though they did get other IE8 policies")?

I'd run the Resultant Set of Policy (RSoP) MMC snap-in on an a user who is getting the right settings and a user who is not and compare the lists of GPOs applied.