edits from leonid

This commit is contained in:
jcaparas 2017-03-07 14:53:25 -08:00
parent 64e320b716
commit ac0de6c9a9

View File

@ -45,16 +45,16 @@ Configure a registry-based static proxy to allow only Windows Defender ATP senso
The static proxy is configurable through Group Policy (GP). The group policy can be found under: **Administrative Templates > Windows Components > Data Collection and Preview Builds > Configure connected user experiences and telemetry**. The static proxy is configurable through Group Policy (GP). The group policy can be found under: **Administrative Templates > Windows Components > Data Collection and Preview Builds > Configure connected user experiences and telemetry**.
The registry key that this policy sets can be found at: The policy sets two registry values `TelemetryProxyServer` as REG_SZ and `DisableEnterpriseAuthProxy` as REG_DWORD under the registry key `HKLM\Software\Policies\Microsoft\Windows\DisableEnterpriseAuthProxy`.
```HKLM\Software\Policies\Microsoft\Windows\DataCollection TelemetryProxyServer```
The registry value `TelemetryProxyServer` takes the following string format:
The policy and the registry key takes the following string format:
```text ```text
<server name or ip>:<port> <server name or ip>:<port>
``` ```
For example: 10.0.0.6:8080 For example: 10.0.0.6:8080
If the static proxy settings are configured after onboarding, then you must restart the PC to apply the proxy settings. The registry value `DisableEnterpriseAuthProxy` should be set to 1.
## Configure the proxy server manually using netsh command ## Configure the proxy server manually using netsh command