| Řešení:V jednom ze sta případů se aktualizace můžou zaseknout.Můžeš zkusit vytvořit *.bat soubor s tímto kódem a pak radši 2x spustit>> potom reset a pokud stále nic tak ještě jednou zapnout po resetu. Funguje i na XP nebo Vistách.
 
 
 Kód:
 net stop bits
 net stop /s wuauserv
 regsvr32 /u wuaueng.dll /s
 del /f /s /q %windir%\SoftwareDistribution\*.*
 del /f /s /q %windir%\windowsupdate.log
 regsvr32 wuaueng.dll /s
 net start bits
 net start wuauserv
 wuauclt.exe /resetauthorization /detectnow
 
 v příloze .bat soubor
 |