Enforce Proxy Server settings on Windows 8 and IE 10 via Group Policy
As Internet Explorer Maintenance is removed, old way of enforce Proxy server setting on Windows XP/7 did not work anymore. Someone may suggest to use
To have the same effect, we have to use Group Policy Prefernece and create custom registry entries.
To have the same effect, we have to use Group Policy Prefernece and create custom registry entries.
- The GPO must be edited in Windows 8 (with RSAT installed) or Windows Server 2012, so that GPP is available.
- Open Group Policy Management Console (GPMC) by Run – gpmc.msc
- Create/Edit GPO under Group Policy Management Console (GPMC). Group Policy Management Editor (GPME) will be opened.
- In GPME, go to User Configuration – Preferences – Windows Settings – Registry
- Right click “Registry”, select New – Registry Item
- Create a new key to “Enable Proxy”
In Hive, select HKEY_CURRENT_USER.
In Key Path, enter “Software\Microsoft\Windows\CurrentVersion\Internet Settings”
In Value name, enter “ProxyEnable”
In Value type, enter “REG_DWORD”
In Value data, enter 1.
Then, press OK to save
- Repeat step 4 to create another key for the proxy server address
Enter the below value
In Hive, select HKEY_CURRENT_USER. - You should see two new registry entries created as below.
- Last but not lease, you may want to prevent user from change the value. Enable “Prevent changing proxy settings”
In Key Path, enter “Software\Microsoft\Windows\CurrentVersion\Internet Settings”
In Value name, enter “ProxyServer”
In Value type, enter “REG_SZ”
In Value data, enter your proxy server address, such as “192.168.1.1:3128” .
Then, press OK to save
- (Most important) Before editing, your registry must have relvant registry entries created. First, you must manually enable proxy and enter proxy server address in your IE setting. It is because ProxyServer key is not available in default. By enter the proxy server address in your IE setting, you create the registry key.
- Use Windows 8 with RSAT or Windows Server 2012 and open GPME
- Under User Configuration – Preference – Control Panel Settings – Internet Settings, right click Internet Settings, select New – Internet Explorer 10
- Enter “Connections” tab. Click “LAN settings”
- Check “User a proxy server”. Select “Address:”. Then press F6 to turn the setting from Red to Green. Then enter your proxy server address.
- Press OK all the way to save your setting.
- Login to your target PC. Test if it works. This is tested in a domain with Windows Server 2012 and Windows 8 + IE 10.
Comments