Corrupted Windows Update Files - How to fix the svchost.exe?
SVCHOST.exe problem can place serious damage in Windows XP. From the annoying pop-up error message, upto slowing down processes, you need to fix the problem before it completely crashes down the system. how to fix svchost exe error? The hot fix for SVCHOST.exe error involves checking corrupted Windows update files, associated with the reference code 0×745f2780. To do this, you need to go to the DOS console, click on Start (on your taskbar)> run, then type CMD and press enter. At the command prompt, type;
net stop WuAuServ
cd/windir/
Press Enter and the command prompt will show the new directory. Type the following command while in the current directory,
ren SoftwareDistribution SD_OLD
This will rename the current SoftwareDistribution folder. Next, you have to restart the Windows Update Service. Type,
net start WuAuServ
After the process, type Exit and press enter to close the command prompt. restart Windows for the changes to take effect.