Solucion al problema con el svchost.exe
Anuncios Google
Problema: - Descuentos Ocio -90%Offerum.com/Ofertas_Madrid - Ofertas de ocio con 90% Dto. en Madrid. Apúntate Gratis!
El proceso svchost consume el 100% del uso del CPU, puede ser problemas con las actualizaciones de Windows.
Soluciones:
Solucion 1:
Descargar esta actualizacion de Windows que corrige esto.
http://www.microsoft.com/downloads/thankyou.aspx?familyId=2996b9b6-03ff-4636-861a-46b3eac7a305&displayLang=es
Solucion 2:
Copiar el siguiente código y pegarlo en un block de notas. Cambiar su extension de .txt a .bat y ejecutarlo.
Rem Re-register dlls
REGSVR32 WUAPI.DLL /s
REGSVR32 WUAUENG.DLL /s
REGSVR32 WUAUENG1.DLL /s
REGSVR32 ATL.DLL /s
REGSVR32 WUCLTUI.DLL /s
REGSVR32 WUPS.DLL /s
REGSVR32 WUPS2.DLL /s
REGSVR32 WUWEB.DLL /s
Rem Stop Services
net stop WuAuServ
taskkill /f /im wuauclt.exe
REm add other service here
Rem Delete SoftwareDistribution Folder
RMDIR C:\windows\SoftwareDistribution /s/q
net start WuAuServ
Echo Look for any errors
echo To Reboot
Pause
shutdown -r -t 10
http://www.taringa.net/posts/info/910828/Solucion-al-problema-con-el-svchost_exe.html