Of course many enterprise applications were written to work with older versions of IE and development or testing cycles may not be available to simply upgrade. So how to get around this nag window? Fortunately Microsoft has enabled a new feature control registry value that can override this default option. Full details can be found here. I have included the snippet regarding x64 configuration below. Throw this in a group policy preference and apply where needed - no more nag screens!
For x64-based systems
- Click Start, type regedit in the Start Search box, and then click OK.
- Locate the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl- Right-click FeatureControl, point to New, and then click Key.
- Enter FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION, and then press Enter to name the new key.
- Right-click FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION, point to New, and then click DWORD (32-bit) Value.
- Enter iexplore.exe, and then press Enter to name the new value.
- Right-click iexplore.exe, and then click Modify.
- In the Value data box, enter 00000001, and then click OK.
- Locate the following subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl- Right-click FeatureControl, point to New, and then click Key.
- Enter FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION, and then press Enter to name the new key.
- Right-click FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION, point to New, and then click DWORD (32-bit) Value.
- Enter iexplore.exe, and then press Enter to name the new value.
- Right-click iexplore.exe, and then click Modify.
- In the Value data box, enter 00000001, and then click OK.
- Exit Registry Editor, and then restart the browser to enable the new key.
No comments:
Post a Comment