Share via


HKLMProxyServer

HKLMProxyServer specifies the IP address or the host name of the proxy server on the network for all users on the computer. HKLMProxyServer is effective only if the HKLMSoftware\Policies\Microsoft\Windows\CurrentVersion\InternetSettings registry key contains ProxySettingsPerUser as a REG DWORD with the value set to 0.

This setting has no effect on Server Core installations of Windows Server 2008.

Values

hostname or IP_address

Specifies either a host name or the IP address for the proxy server on the network. Both IP_address and hostname are strings.

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

Valid Passes

oobeSystem

Parent Hierarchy

Microsoft-Windows-IE-ClientNetworkProtocolImplementation | HKLMProxyServer

Applies To

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

XML Example

The following XML output shows how to set the per-machine settings.

<HKLMConnectRetries>1</HKLMConnectRetries>
<HKLMConnectTimeOut>120000</HKLMConnectTimeOut>
<HKLMContentPerUserItem>false</HKLMContentPerUserItem>
<HKLMCookiesPerUserItem>false</HKLMCookiesPerUserItem>
<HKLMHistoryPerUserItem>false</HKLMHistoryPerUserItem>
<HKLMProxyEnable>true</HKLMProxyEnable>
<HKLMProxyOverride>123.45.67.890;345.67.89.012;567.89.01.234</HKLMProxyOverride>
<HKLMProxyServer>123.45.67.890</HKLMProxyServer>
<HKLMReceiveTimeOut>60000</HKLMReceiveTimeOut>
<HKLMSendTimeOut>60000</HKLMSendTimeOut>

See Also

Concepts

Microsoft-Windows-IE-ClientNetworkProtocolImplementation