Did not fix it for me either. It seems to get triggered by running games on my computer. Perhaps using certain API's triggers it?
Disabling Windows Compatability Telemetry
Does anybody know how to stop the Windows Compatability Telemetry (CompatTelRunner.exe) from starting? It causes extremely high disk usage which results in large performance issues.
Windows for home | Previous Windows versions | Performance and system failures
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
166 answers
Sort by: Newest
-
Anonymous
2017-03-14T22:21:46+00:00 -
Anonymous
2017-03-14T21:57:27+00:00 (1) It was installed without authorization, and I think reinstalled after I managed to remove it.
(2) It had no legitimate business on my computer.
(3) It caused serious performance issues until I figured out how to destroy it.
These are all characteristics of malware, although the fact that its creator did not actually intend it to cause damage must be kept in mind.
-
Anonymous
2017-03-14T21:41:59+00:00 rofl
seriously
just because software behaves erratically and in an unwanted manner does not make it malware
the compatibility telemetry runs fine on my machine, but on my son's machine gets 100% disk usage for apparently no reason
not everyone has the same issues with it and labeling is malware just shows your ignorance
-
Anonymous
2017-03-14T18:23:22+00:00 Have you tried disabling the trigger in the task scheduler?
-
Anonymous
2017-03-14T18:10:53+00:00 Didn't fix the problem. I've got the Connected User Experiences and Telemetry service disabled and I still see CompatTelRunner.exe taking up to 100% of my disk usage for many minutes after startup. Incidentally, another way to disable the service is to open a Command Prompt (Admin) and enter the following command:
sc config diagtrack start=disabled
Don't forget to stop the service if it's running:
sc stop diagtrack
OR
net stop diagtrack
You can always verify that it's disabled by hitting Win + R and typing services.msc to open the services dialog and scroll down to Connected User Experience and Telemetry.
But, alas, disabling this service, no longer resolves the problem. We need to discover what else starts the CompatTelRunner.exe program.