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

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.

  Copy Code
<HKLMProxyEnable>true</HKLMProxyEnable>

See Also