checking for the update I had a message saying it was now available so I clicked on download, eventually I got a message saying that it had failed but I could try again, has anybody got an idea why this happens and if I need to make some changes,? I have gone down the trouble shooter route as well. thanks in advance
unable to install 22H2
Collapse
This topic is closed.
X
X
-
Have you tried resetting the update components?
Open cmd prompt/powershell with admin & enter:
Net Stop bits
Net Stop wuauserv
Net Stop appidsvc
Net Stop cryptsvc
Ren %Systemroot%\SoftwareDistribution\DataStore DataStore.bak
Ren %Systemroot%\SoftwareDistribution\Download Download.bak
Ren %Systemroot%\System32\catroot2 catroot2.bak
Del β%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.datβ
Net Start bits
Net Start wuauserv
Net Start appidsvc
Net Start cryptsvc
Restart the PC & try updating again.
And/or:
Search for services.msc & find Windows Update & ensure it is set to Automatic.Comment
-
I received the file from Microsoft support, using this file I created an ISO file on a usb drive then proceeded to do a reinstall of W11 as this take time I was away from the computer while it installed it when I later checked it said it was unable to install, with the message I posted earlierComment
Comment