I was getting high CPU usage with Windows XP and Process explorer was showing that “system idle processes” was taking up 98% of the cpu time.
I used TCPview & you can see what processes are using that process and end them. They were mostly just web ads and network domain connections that just came back after ending.
So, I did a google search and did 3 things. Now I have a bunch of stuff loaded on my laptop and cpu usage is at 0%.
This is what I did:
1) The right click visual effect can kick off the high cpu usage. Follow the steps in this picture:
2) Saved the following to a batch file and ran it:
Net stop wuauserv
Net stop bits
Net stop cryptsvc
regsvr32 %windir%\system32\atl.dll /s
regsvr32 %windir%\system32\jscript.dll /s
regsvr32 %windir%\system32\msxml3.dll /s
regsvr32 %windir%\system32\softpub.dll /s
regsvr32 %windir%\system32\wuapi.dll /s
regsvr32 %windir%\system32\wuaueng.dll /s
regsvr32 %windir%\system32\wuaueng1.dll /s
regsvr32 %windir%\system32\wucltui.dll /s
regsvr32 %windir%\system32\wups.dll /s
regsvr32 %windir%\system32\wuweb.dll /s
regsvr32 %windir%\system32\wuauserv.dll /s
regsvr32 %windir%\system32\wupdmgr.exe /s
regsvr32 %windir%\system32\wups2.dll /s
3) Rebooted.
Good Luck!
