Microsoft - CPU al 100% durante Microsoft Update

Soluzione 1:



  1. Riavviare il computer
  2. Arrestare il servizio Aggiornamenti automatici tramite il comando net stop wuauserv
  3. Arrestare il servizio Servizio trasferimento intelligente in background tramite il comando net stop bits
  4. Eliminare la cartella %windir%/softwaredistribution
Soluzione 2

  • Procediamo a riregistrare le dll:
  • net stop wuauserv
    net stop bits
    rd /S /q "%windir%\softwaredistribution"
    REGSVR32 /s WUAPI.DLL
    REGSVR32 /s WUAUENG.DLL
    REGSVR32 /s WUAUENG1.DLL
    REGSVR32 /s WUAUSERV.DLL
    REGSVR32 /s ATL.DLL
    REGSVR32 /s WUCLTUI.DLL
    REGSVR32 /s WUPS.DLL
    REGSVR32 /s WUPS2.DLL
    REGSVR32 /s WUWEB.DLL
    REGSVR32 /s MUWEB.DLL
    REGSVR32 /s MSXML3.DLL
    REGSVR32 /s QMGR.DLL
    REGSVR32 /s QMGRPRXY.DLL
    REGSVR32 /s JSCRIPT.DLL