with some help from my old friends at the software lab i have a confirmed way to disable the key-logger in windows 10
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