HKLMProxyEnable
HKLMProxyEnable
specifies whether to use a proxy server to connect to the Internet for all users on the computer. HKLMProxyEnable
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
true |
Specifies that a proxy server is used to connect to the Internet. |
false |
Specifies that a proxy server is not used to connect to the Internet. This is the default value. |
Valid Passes
Parent Hierarchy
Microsoft-Windows-IE-ClientNetworkProtocolImplementation | HKLMProxyEnable
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>