31.8.07

Probleme mit Windows Update / Microsoft Update

Probleme mit Windows Update / Microsoft Update
Error number: 0x800A01AE
Plattform: Windows XP / Windows Server 2003
Lösung eventuell mit Batch File fixupdate.bat (nicht unter WIN 2000 verwenden !)________________________________

@echo on
net stop wuauserv /Y
net stop bits /Y
net stop cryptsvc /Y
ren %systemroot%\System32\Catroot2 oldcatroot2
net start cryptsvc
ren %SYSTEMROOT%\SoftwareDistribution SoftwareDistribution.old
regsvr32 wuapi.dll /s
regsvr32 wuauclt1.exe /s
regsvr32 wuauclt.exe /s
regsvr32 wuaucpl.cpl /s
regsvr32 wuaueng1.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wuauserv.dll /s
regsvr32 wucltui.dll /s
regsvr32 wupdmgr.exe /s
regsvr32 wups2.dll /s
regsvr32 wups.dll /s
regsvr32 wuweb.dll /s
regsvr32 iuengine.dll /s
net start bits
net start wuauserv
net start Eventlog
_________________________________
(NOTE: DO NOT run this script on Windows 2000)
(Achtung nur catroot2 darf umbenannt werden - nicht catroot !)

Source:
http://www.jsifaq.com/SF/Tips/Tip.aspx?id=9981
__________________________________
weitere Möglichkeiten:
__________________________________
Katalogdateien konnten nicht installiert werden
http://www.wintotal.de/Tipps/Eintrag.php?TID=1047

Einige Updates oder Programme können nicht installiert werden
http://support.microsoft.com/kb/822798/de

Keine Kommentare: