HKLMProxyOverride (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the HKLMProxyOverride setting in Windows Embedded 8 Standard (Standard 8).

This setting contains a semicolon-delimited string that specifies one or more host names or IP addresses that bypass the proxy server for all users on the device.

To bypass the proxy server for all intranet addresses, set this value to <local>. Do not create an empty value for this setting.

Note

To use this setting, you must also set the Group Policy for Internet Explorer to Not configured for the option Make proxy settings per-machine (rather than per-user). You can access this Group Policy through the registry key: HKLM\Software\Policies\Microsoft\Windows\CurrentVersion\InternetSettings. To set this in the registry, set HKLM\Software\Policies\Microsoft\Windows\CurrentVersion\InternetSettings\ProxySettingsPerUser to 0.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

IE-ClientNetworkProtocolImplementation

Products/Embedded Core/IE-ClientNetworkProtocolImplementation/HKLMProxyOverride

XML Example

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

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

The following XML example shows how to bypass the proxy server for all intranet addresses.

<HKLMProxyEnable>true</HKLMProxyEnable>
<HKLMProxyOverride>&lt;local&gt;</HKLMProxyOverride>
<HKLMProxyServer>207.46.197.32</HKLMProxyServer>

See Also

Concepts

Embedded Core Settings