Windows update error 0x8000ffff

PSG

Member
hi, I need help with windows update error 0x8000ffff
current version of windows 11 PRO insider Preview build 25120.rs_prerelease.220513-1346
can't update using windows update to version 10.0.25217.1010 (rs.prerelase)

last week windows update could download that new version 25217 and install it to 100% then after reboot new version wasn't installed because of error and system stayed on previous version 25120, now windows update can't even start to download new version 25217 and display error 0x8000ffff
I update to latest parallels pro 18.0.2 and reinstall parallels tools for windows11

what I made to fix:
troubleshooting option from system troubleshooting for windows update but this tool display no issues detected
sfc/scannnow
dism online reinstall
try to start windows update in service mode, safe start of windows with network enabled but in this state of work windows can't run windows update
I used "get help" options suggested by integrated in windows help advisor but no success after reboot still error
i used that commands from CMD with admin rights:
Code:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
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 atl.dll
regsvr32.exe urlmon.dll
regsvr32.exe mshtml.dll
regsvr32.exe shdocvw.dll
regsvr32.exe browseui.dll
regsvr32.exe jscript.dll
regsvr32.exe vbscript.dll
regsvr32.exe scrrun.dll
regsvr32.exe msxml.dll
regsvr32.exe msxml3.dll
regsvr32.exe msxml6.dll
regsvr32.exe actxprxy.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 cryptdlg.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 winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
windows11_update_error.png
windows11_current_version.png
windows11_update_error.png

windows11_current_version.png
 
I am also having precisely the same issue; I have tried disabling the TPM module, with no joy. I tried all of the troubleshooting steps listed and also on Microsoft forums. Seems there is a Parallels issue with Windows update
 
current version Windows 11 Insider Preview 10.0.25227.1010 (rs_prerelease), downloaded 100% using windows update, then installed to 100% and after reboot windows is updated so problem fixed
 
thank god i found these forums, i've been trying to install this update for the past two months, now it finally took:
Schermafbeelding 2022-11-17 om 20.28.01.png

I also used the alternative method from here, for it to finally work for me.

Also, there are rumors these problems may stem from microsoft actually blocking the update on vm's for us, because of what they claim unsupported cpu architecture, which though unconfirmed is still bs in my opinion. but i'm glad it finally started this update, it's been going for over an hour now and is at 74%.

Also, the VM seems unusually slow, even for windows... (As per example, arm64 vm's with linux like ubuntu, are a ton more responsive on parallels for me)
 
Back
Top