How to disable Microsoft Compatibility Telemetry

时间:2022-10-31 03:46:26

Issue: How to disable Microsoft Compatibility Telemetry (CompatTelRunner.exe)?

 
Option : Disable Microsoft Compatibility Telemetry in Windows 10
 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
 
From:
How to disable Microsoft Compatibility Telemetry (CompatTelRunner.exe)?
https://ugetfix.com/ask/how-to-disable-microsoft-compatibility-telemetry-compattelrunner-exe/