HKLMProxyServer
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
HKLMProxyServer
specifies the IP address or the host name of the proxy server on the network for all users on the computer.
Note
HKLMProxyServer
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: ProxySettingsPerUser
, as the type: REG DWORD, with the default value set to 0.
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 Configuration Passes
oobeSystem
Parent Hierarchy
Microsoft-Windows-IE-ClientNetworkProtocolImplementation | HKLMProxyServer
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 the IP address of the proxy server on the network for all users on the computer.
<HKLMProxyServer>207.46.197.32</HKLMProxyServer>
The following XML output shows how to specify the hostname of the proxy server on the network for all users on the computer.
<HKLMProxyServer>proxyserver.fabrikam.com</HKLMProxyServer>