I can't update Windows 10. I get error 0x80070003
2021-12 Cumulative Update for Windows 10 Version 20H2 for x64-based Systems (KB5008212)
When I download the update and apply it manually it says it's installed.
It will download on the check for updates page. It does install. When I reboot it removes it.
I have run the Windows Update Troubleshooter.
I have run this bat file:
I have uploaded my C:\Windows\System32\Config\COMPONENTS file to:
COMPONENTS.zip (9.43MB) - SendSpace.com
2021-12 Cumulative Update for Windows 10 Version 20H2 for x64-based Systems (KB5008212)
When I download the update and apply it manually it says it's installed.
It will download on the check for updates page. It does install. When I reboot it removes it.
I have run the Windows Update Troubleshooter.
I have run this bat file:
Code:
@Echo On
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
net stop Superfetch
If exist "%ALLUSERSPROFILE%\Microsoft\Network\Downloader\qmgr*.dat" Del "%ALLUSERSPROFILE%\Microsoft\Network\Downloader\qmgr*.dat"
if exist "%SYSTEMROOT%\SoftwareDistribution" (
attrib -r -s -h /s /d "%SYSTEMROOT%\SoftwareDistribution"
)
Set i=1
:again
If exist "C:\WINDOWS\SoftwareDistribution.old_%i%" (
set /A i=i+1
goto again)
Set x=%i%
ren C:\WINDOWS\SoftwareDistribution SoftwareDistribution.old_%x%
Set i=1
:again2
If exist "%systemroot%\system32\catroot2.old_%i%" (
set /A i=i+1
goto again2)
Set x=%i%
Ren %systemroot%\system32\catroot2 catroot2.old_%x%
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
cd /d %windir%\system32
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browseui.dll
regsvr32.exe /s jscript.dll
regsvr32.exe /s vbscript.dll
regsvr32.exe /s scrrun.dll
regsvr32.exe /s msxml.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxml6.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s softpub.dll
regsvr32.exe /s wintrust.dll
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr32.exe /s gpkcsp.dll
regsvr32.exe /s sccbase.dll
regsvr32.exe /s slbcsp.dll
regsvr32.exe /s ryptdlg.dll
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s ole32.dll
regsvr32.exe /s shell32.dll
regsvr32.exe /s initpki.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wuaueng1.dll
regsvr32.exe /s wucltui.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s wuweb.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s qmgrprxy.dll
regsvr32.exe /s wucltux.dll
regsvr32.exe /s muweb.dll
regsvr32.exe /s wuwebv.dll
netsh winsock reset
netsh winhttp reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
net start Superfetch
Dism /Online /Cleanup-Image /RestoreHealth
sfc /scannow
cmd /k
I have uploaded my C:\Windows\System32\Config\COMPONENTS file to:
COMPONENTS.zip (9.43MB) - SendSpace.com