Skip to content

Instantly share code, notes, and snippets.

@bvelastegui
Created June 20, 2017 23:34
Show Gist options
  • Save bvelastegui/144624fcb256a1a39d77778fd180fe06 to your computer and use it in GitHub Desktop.
Save bvelastegui/144624fcb256a1a39d77778fd180fe06 to your computer and use it in GitHub Desktop.
[ ] 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