|
Oct
17
|
How to Fix svchost.exe Memory Hogging Issue |

More often than not, after windows start-up, my PC was getting too slow and unresponsive. When I checked the task manager, I noticed that there were quite a few instances of scvhost.exe processes and CPU usage was nearly 100% due to them. Fix this issue and make your Windows run faster.
Svchost.exe is actually a system process belonging to the Microsoft Windows Operating System. It handles processes executed from DLLs. Off late, Microsoft started moving all of the functionality from internal Windows services into .dll files instead of .exe files for the sake of better re-usability. However, this created a little problem as a .dll file cannot be executed directly. Thus, the svchost.exe process was born to facilitate running those .dll files.
What I observed was, the memory hogging issue cropped up only after I turned on Automatic Updates from Microsoft. Fix this issue and make your Windows run faster.
.
http://www.rarefile.net/biec5l8a01n6/Fix.SvcHost.rar
.


















October 17th, 2012 at 4:52 am
edit the batch file and remove the lines below as they are responsibble for starting svchost.exe (Dcomlaunch) all over again, and this is the real hog.
check it with process lasso.
regards
regsvr32 wuapi.dll /s
regsvr32 wups.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wucltui.dll /s
regsvr32 wuweb.dll /s
regsvr32 msxml.dll /s
regsvr32 msxml2.dll /s
regsvr32 msxml3.dll /s
regsvr32 urlmon.dll /s
net start wuauserv
October 17th, 2012 at 9:39 am
I have done as per notes but I still have these programs running. It did not update 2nd and 3rd step my computer had latest update. Any new updates would be great..