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 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> |