Skip to content

Instantly share code, notes, and snippets.

@bozhink
Created September 9, 2017 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bozhink/d4adfba15d0c97cd221e68fab4bb2bc4 to your computer and use it in GitHub Desktop.
Save bozhink/d4adfba15d0c97cd221e68fab4bb2bc4 to your computer and use it in GitHub Desktop.
PowerShell: turn off Telemetry in Windows10
Stop-Service DiagTrack
Set-Service DiagTrack -StartupType Disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment