Disable windows 10 key logger

Windows 10 is watching you, here is how you stop the unsolicited data collection with just a few simple commands.

First Open CMD as admin

then type the following in CMD

-Note the 1st command failed on my machine, but try running it anyways to verify it is in fact not running.

Code:

sc delete dmwappushsvc
sc delete diagtrack

and deny system accessing the file AutoLogger-Diagtrack-Listener.etl with cacls

in the cmd window copy and paste the following (one at a time below if the first one does not work thats fine, keep going with it)

Code:

cd C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger

echo “” > AutoLogger-Diagtrack-Listener.etl
cacls AutoLogger-Diagtrack-Listener.etl /d SYSTEM