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:ProgramDataMicrosoftDiagnosisETLLogsAutoLoggerAutoLogger-Diagtrack-Listener.etl
reg add “HKLMSOFTWAREPoliciesMicrosoftWindowsDataCollection” /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/