Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

http://www.pctipp.ch/praxishilfe/kummerkasten/windows7/67287/windows_7_fehlercode_8024800a_beim_update.html

Warninginfo

Diese Befehlsfolge setzt ihre Update-History zurück !!

Code Block
titleIn einer cmd-Shell ausführen. cmd.exe "als Administrator ausführen", auch wenn man schon Administrator ist
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
pause