Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
HKLMProxyEnable
specifies whether to use a proxy server to connect to the Internet for all users on the computer.
Note
HKLMProxyEnable
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: REG DWORD, with the default value set to 0.
Values
true |
Specifies that a proxy server be used to connect to the Internet. |
false |
Specifies that a proxy server not be used to connect to the Internet. This is the default value. |
Valid Configuration Passes
oobeSystem
Parent Hierarchy
microsoft-windows-ie-clientnetworkprotocolimplementation- | HKLMProxyEnable
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 that a proxy server be used to connect to the Internet.
<HKLMProxyEnable>true</HKLMProxyEnable>