Advertisement
H0XH4

How to disable Telemetry and Data Collection in Windows 10

Jul 30th, 2015
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. Fast way to disable these evil services at start up using PowerShell:
  2.  
  3. Get-Service DiagTrack | Set-Service -StartupType Disabled
  4. Get-Service dmwappushservice | Set-Service -StartupType Disabled
  5.  
  6.  
  7. More options: https://theblogpirate.wordpress.com/2014/12/12/guide-way-to-disable-windows-10-preview-keylogger/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement