HKLMProxyOverride specifies a list of host names or IP addresses that bypasses the proxy server for all users on the computer.

Note
HKLMProxyOverride is effective only if the Group Policy for Microsoft® Internet Explorer®: "Make proxy settings per-machine (rather than per-user)" is set to Enabled. This Group Policy is accessible through the registry key: HKLMSoftware\Policies\Microsoft\Windows\CurrentVersion\InternetSettings. When this setting is active, it appears as ProxySettingsPerUser, as the type: REG DWORD with the default value set to 0.

Values

list_of_hostnames or IP_addresses

Specifies one or more host names or IP addresses that bypass the proxy server. You can add multiple entries by using semicolons as the separator. Both IP_addresses and list_of_hostnames are strings.

This string type does not support empty elements. Do not create an empty value for this setting.

Note
If you require more than one address, list multiple addresses separated by semicolons. Include the string <local> to bypass the proxy server for all intranet addresses.

Valid Configuration Passes

oobeSystem

Parent Hierarchy

Applies To

For a list of the Windows® editions and architectures that this component supports, see Microsoft-Windows-IE-ClientNetworkProtocolImplementation.

XML Example

The following XML output shows how to specify a list of host names or IP addresses that bypass the proxy server for all users on the computer.

  Copy Code
<HKLMProxyEnable>true</HKLMProxyEnable>
<HKLMProxyOverride>www.fabrikam.com;*.contoso.com; 207.46.197.32</HKLMProxyOverride>
<HKLMProxyServer>207.46.197.32</HKLMProxyServer>

See Also