I am working to deploy Internet Explore 11 with Enterprise mode to all the workstations in my organization and I have run into a peculiar situation. After allowing workstations to update over the last few weeks using SCCM 2012 R2 and the SUP I find that my workstations have successfully installed IE 11 (great!) but now I am trying to enable Enterprise Mode and have an issue. I deployed a SCCM package with 3 programs. The programs include:
- reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode" /v Enable /t REG_SZ
- reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode" /v SiteList /t REG_SZ
The programs are reverse dependent so I have deployed Program 3 but it will only run after Program 1 and Program 2 have completed. The deployment works just fine on all computers that have been targeted and I have confirmed that the registry entries are created however my problem is that on some of my Windows 7 computers the Tools menu in Internet Explorer 11 does not show Enterprise Mode while others do. I can't seem to locate a reason for the inconsistency. I have looked through the IE 11 prereqs and those don't seem to make a big difference.Has anyone else experienced and issue where Enterprise Mode doesn't show up in the tools menu of IE after the registry changes have been implemented. By the way I do not have a group policy that would otherwise over-ride these settings.