Browse Source

Merge pull request #8 from JonathanWolfe/patch-1

fix syntax-error in disable-telemetry.ps1
pull/10/head
Alex Hirsch 9 years ago
parent
commit
c0fc2eb68c
  1. 2
      scripts/disable-telemetry.ps1

2
scripts/disable-telemetry.ps1

@ -58,7 +58,7 @@ $hosts = @"
0.0.0.0 watson.telemetry.microsoft.com
0.0.0.0 watson.telemetry.microsoft.com.nsatc.net
0.0.0.0 wes.df.telemetry.microsoft.com
"@)
"@
echo $hosts >> "$env:systemroot\System32\drivers\etc\hosts"
echo "Disabling telemetry via Group Policies"

Loading…
Cancel
Save