Tipps
- Windows Update-Protokolldateien
https://learn.microsoft.com/de-de/windows/deployment/update/windows-update-logs - Windows-Upgradeprotokolldateien
https://learn.microsoft.com/de-de/windows/deployment/upgrade/log-files - https://learn.microsoft.com/de-de/troubleshoot/windows-client/deployment/windows-10-upgrade-resolution-procedures
- Reset Windows Update Tool
- https://www.giga.de/downloads/windows-10/tipps/windows-update-reparieren-und-zuruecksetzen-so-geht-s/
- https://winaero.com/find-windows-update-log-windows-10/
- https://www.andysblog.de/das-windows-10-upgrade-scheitert-mit-fehler-0x800707e7
C:\$Windows.~BT\Sources\Panther\setuperr.log
Profiles in der Registry prüfen
Prozedur
https://www.askwoody.com/forums/topic/1803-to-18091903-or-1909-wont-update-0x800704b8-0x3001a/SFC /SCANNOW
pause
DISM /Online /Cleanup-Image /AnalyzeComponentStore
DISM /Online /Cleanup-Image /StartComponentCleanup
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
pause
rem --- Windows-Update: start wu10.diagcab
rem --- Windows-Update: SC Config “WUAUServ” Start= disabled
rem --- Windows-Update: sc stop “WUAUServ”
rem --- Windows-Update: del %windir%\SoftwareDistribution\Datastore\.
rem --- Windows-Update: Sc Config “Wuauserv” Start= Auto
rem --- Windows-Update: Del “%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat”
rem --- Windows-Update: Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
rem --- Windows-Update: Ren %systemroot%\system32\catroot2 catroot2.bak
rem --- Windows-Update: sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
rem --- Windows-Update: sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
cd /d %windir%\system32
call:R_EXIST regsvr32.exe atl.dll
call:R_EXIST regsvr32.exe urlmon.dll
call:R_EXIST regsvr32.exe mshtml.dll
call:R_EXIST regsvr32.exe shdocvw.dll
call:R_EXIST regsvr32.exe browseui.dll
call:R_EXIST regsvr32.exe jscript.dll
call:R_EXIST regsvr32.exe vbscript.dll
call:R_EXIST regsvr32.exe scrrun.dll
call:R_EXIST regsvr32.exe msxml.dll
call:R_EXIST regsvr32.exe msxml3.dll
call:R_EXIST regsvr32.exe msxml6.dll
call:R_EXIST regsvr32.exe actxprxy.dll
call:R_EXIST regsvr32.exe softpub.dll
call:R_EXIST regsvr32.exe wintrust.dll
call:R_EXIST regsvr32.exe dssenh.dll
call:R_EXIST regsvr32.exe rsaenh.dll
call:R_EXIST regsvr32.exe gpkcsp.dll
call:R_EXIST regsvr32.exe sccbase.dll
call:R_EXIST regsvr32.exe slbcsp.dll
call:R_EXIST regsvr32.exe cryptdlg.dll
call:R_EXIST regsvr32.exe oleaut32.dll
call:R_EXIST regsvr32.exe ole32.dll
call:R_EXIST regsvr32.exe shell32.dll
call:R_EXIST regsvr32.exe initpki.dll
call:R_EXIST regsvr32.exe wuapi.dll
call:R_EXIST regsvr32.exe wuaueng.dll
call:R_EXIST regsvr32.exe wuaueng1.dll
call:R_EXIST regsvr32.exe wucltui.dll
call:R_EXIST regsvr32.exe wups.dll
call:R_EXIST regsvr32.exe wups2.dll
call:R_EXIST regsvr32.exe wuweb.dll
call:R_EXIST regsvr32.exe qmgr.dll
call:R_EXIST regsvr32.exe qmgrprxy.dll
call:R_EXIST regsvr32.exe wucltux.dll
call:R_EXIST regsvr32.exe muweb.dll
call:R_EXIST regsvr32.exe wuwebv.dll
netsh winsock reset
netsh winhttp reset proxy
rem --- Windows-Update: net start bits
rem --- Windows-Update: net start wuauserv
rem --- Anwendungsidentität
net start appidsvc
rem --- Kryptografiedienste
net start cryptsvc
@echo Bitte ggfalls Reboot
pause
rem Shutdown -r -f -t “10”
exit /B 0
:R_EXIST
if exist %1 (
%1 %2
)
exit /B 0
rem end-of-file
(aktuelle Version: roc-k-IT - Utilities\check_repair.bat)
Stand: 2023-09-24