In large environments, Microsoft recommends deploying the registry fixes via GPO rather than via their downloadable fix-it program. My experience has been that newer IE updates will sometimes remove the registry entries that need to be created, so having them in a GPO will ensure they persist through future patch cycles.
To create the GPO:
- Open Group Policy Management
- Create a new GPO and open it in the editor
- Click Computer Configuration -> Preferences -> Windows Settings -> Registry -> Right-Click, Click on New Registry Item and create the following two entries.
- Reg Item 1:
- Action: Update
- Hive: HKLM
- Key Path: SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_ALLOW_USER32_EXCEPTION_HANDLER_HARDENING
- Value Name: iexplore.exe
- Value Type: REG_DWORD
- Value Data: 1
- Reg Item 2:
- Action: Update
- Hive: HKLM
- Key Path: SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_ALLOW_USER32_EXCEPTION_HANDLER_HARDENING
- Value Name: iexplore.exe
- Value Type: REG_DWORD
- Value Data: 1
- Once the GPO is created, link it to any OUs containing computer objects.