Share via


HKLMProxyServer (Standard 8 Module Reference)

7/8/2014

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

This setting contains a string that specifies either a host name or the IP address for the proxy server on the network. This value is used for all users on the device.

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 HKLMProxyServer and then 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/HKLMProxyServer

XML Example

The following XML example shows how to specify the IP address of the proxy server on the network for all users on the device.

<HKLMProxyServer>207.46.197.32</HKLMProxyServer>

The following XML example shows how to specify the host name of the proxy server on the network for all users on the device.

<HKLMProxyServer>proxyserver.fabrikam.com</HKLMProxyServer>

See Also

Concepts

Embedded Core Settings