this problem seems to be occurring way well into 2023 prior 2024. nothing seems to be happening any advice?
Windows 10 updates fail and keeps cycling back
Collapse
X
-
Tags: None
-
-
-
Try resetting Windows update:
Have you tried resetting the update components?
Open cmd prompt/Powershell/Terminal with admin & enter:
Code: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
And/or:
Search for services.msc & find Windows Update & ensure it is set to Automatic.Comment
-
-
Is there any error message when running those cmds?
Try an in place repair by downloading the media creation tool, double clicking on the file to run it then choose install. follow the instructions & ensure keep everything/keep apps & files is automatically selected (if not then do not proceed) & continue with installation.
Once complete you should be running 22H2, check Windows updates for any updates & install these.Comment
-
Originally posted by BastetIs there any error message when running those cmds?
Try an in place repair by downloading the media creation tool, double clicking on the file to run it then choose install. follow the instructions & ensure keep everything/keep apps & files is automatically selected (if not then do not proceed) & continue with installation.
Once complete you should be running 22H2, check Windows updates for any updates & install these.
it says Do you want to continue this operation? (Y/N) N: Y
The requested pause, continue, or stop is not valid for this service.
More help is available by typing NET HELPMSG 2191Comment
-
Originally posted by BastetSystemrootOriginally posted by Brucesee if this helps; How to reset Windows update components - Microsoft Q&AComment
-
Originally posted by BastetHave you run the in-place repair? That should fix the problem if Sfc & dism
Virginia McGovern:
Comment
Comment