HKLMProxyEnableHKLMProxyEnable
HKLMProxyEnable
指定是否使用代理服务器连接到 Internet 的计算机上的所有用户。HKLMProxyEnable
specifies whether to use a proxy server to connect to the Internet for all users on the computer.
请注意
HKLMProxyEnable
的生效日期为仅当组策略的 Microsoft Internet Explorer:"设置每台计算机 (而非每个用户),则使代理"设置为已启用。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. 此组策略是可通过注册表项访问: HKLMSoftware\Policies\Microsoft\Windows\CurrentVersion\InternetSettings
。This Group Policy is accessible through the registry key: HKLMSoftware\Policies\Microsoft\Windows\CurrentVersion\InternetSettings
. 当此设置处于活动状态时,则它将显示为ProxySettingsPerUser
,作为类型:REG DWORD,默认值设置为0。When this setting is active, it appears as ProxySettingsPerUser
, as the type: REG DWORD, with the default value set to 0.
值Values
truetrue |
指定代理服务器用于连接到 Internet。Specifies that a proxy server be used to connect to the Internet. |
falsefalse |
指定代理服务器不使用连接到 Internet。Specifies that a proxy server not be used to connect to the Internet. 这是默认值。This is the default value. |
有效配置阶段Valid Configuration Passes
oobeSystemoobeSystem
父层次结构Parent Hierarchy
microsoft-windows-ie-clientnetworkprotocolimplementation- | HKLMProxyEnablemicrosoft-windows-ie-clientnetworkprotocolimplementation- | HKLMProxyEnable
适用于Applies To
Windows 版本和体系结构,该组件支持的列表,请参阅microsoft-windows-即-clientnetworkprotocolimplementation-。For a list of the Windows editions and architectures that this component supports, see microsoft-windows-ie-clientnetworkprotocolimplementation-.
XML 示例XML Example
以下 XML 输出显示了如何指定代理服务器用于连接到 Internet。The following XML output shows how to specify that a proxy server be used to connect to the Internet.
<HKLMProxyEnable>true</HKLMProxyEnable>