Windows Update has stopped working...

PCUL

Well-known member
Joined
Jan 6, 2022
Posts
48
I was wondering if you had any solution to this? Error code: (0x80070422)

I've checked windows update in services, it's disabled and won't let me enable it, despite being on an administrator account.
 
Please let us know the error message displayed when trying to enable Windows Update service.

Head to Settings > Update & Security > Troubleshoot and click Additional troubleshooters to see the full list of tools. Under Get up and running, select Windows Update > Run the troubleshooter to launch the appropriate one.
 
Then just do the repair install using the Windows 10 ISO file or, more likely, as the version has almost certainly changed since your last update in 2020, the Feature Update using the ISO file.

You've got significant system corruption, and that's the easiest way to fix it.
 
There's the log file of the DISM...

I say the following not intending to be snarky in any way, but to clarify my way of thinking: I don't care about the DISM log.

When DISM itself is failing that indicates a Windows 10 instance that's "in trouble" in way more ways than I'm willing to try to play "whack a mole" for. The Repair Install (if the ISO version is the same as the running Windows 10 instance) or Feature Update (if the ISO is for a newer version) gets you as clean a slate as is possible, replacing nearly all of Windows while retaining your installed programs and your data.

That's the way I'd go, period.
 
Please report back afterward.

If you still have an issue with Windows Update, or the Feature Update from ISO failed, then this topic then really needs to be moved to the Windows Update forum for more intensive "under the hood" analysis. I don't expect that will be necessary, but only you can tell us if the Feature Update completed successfully and whether when you manually check for Windows Updates you get them or a clean result telling you you're up to date.
 
Please open the Command Prompt by typing cmd.exe into the Start Menu search box, right-click on Cmd.exe, and open it as an administrator.

Code:
sc start wuauserv

Please post a screenshot of the Command Prompt.
 
Please execute bellow commands one at a time and post a screenshot of the Command Prompt.

Code:
sc config wuauserv start= demand

sc start wuauserv
 
Please execute bellow commands and post a screenshot of the Command Prompt.

Code:
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /v "Start" /t REG_DWORD /d "3" /f
 
It failed the first time, I'm trying it again but it's taking quite a long time.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top