Created
June 20, 2017 23:34
-
-
Save bvelastegui/144624fcb256a1a39d77778fd180fe06 to your computer and use it in GitHub Desktop.
This file contains 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
[ ] Press Windows button and type cmd. | |
[ ] Right-click on Command Prompt and choose Run as administrator. | |
[ ] Copy and paste the following keys successively and press Enter after each command: | |
[ ] sc delete DiagTrack | |
[ ] sc delete dmwappushservice | |
[ ] echo “” > C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl | |
[ ] reg add “HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection” /v AllowTelemetry /t REG_DWORD /d 0 /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment