2

My Windows 10 CPU Usage is always very high, near 100%. Usually it is the Antimalware program. enter image description here

So, I end the program because I don't need it, but my CPU continues to be at 100%.

enter image description here How can I fix this?


Update: This is what's taking up my cpu now... enter image description here


System Information: enter image description here

suomynonA
  • 155

1 Answers1

1

Looking at the ETL with WPA, shows several issues:

  • Superfetch Service causes high CPU usage by its function sysmain.dll!PfPdLogEntryProcessHelper:

enter image description here

  • Now TiWorker.exe (Trusted Instaler Worker) tries to resume to download an update and also extracts and moves the data

enter image description here

  • Also the Kernel causes high CPU usage by also doing Prefetch Operations like Superfetch

enter image description here

enter image description here

  • next the CompatTelRunner.exe scans your PC for installed software, which causes CPU usage. To stop it, disable the scheduled task.

What I see in several processes are DriverVerifier related calls

VerifierExt.sys!IofCallDriver_internal_wrapper

,

ntoskrnl.exe!ViFilterDispatchGeneric

Disable driver Verifier to speedup Windows. It should also lower the side effects in all other processes.