Created
September 9, 2017 19:55
-
-
Save bozhink/d4adfba15d0c97cd221e68fab4bb2bc4 to your computer and use it in GitHub Desktop.
PowerShell: turn off Telemetry in Windows10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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