Windows Store Error Fix for Missing “wuauserv”

Today, I encountered serious Windows Update problems that started as a Windows store problems, namely, I couldn’t install anything from the Windows Store or any Minecraft programs at all – a big problem because I’m brushing up on MC, Roblox, and Scratch teaching skills.

The guided walkthrough from Microsoft didn’t help, so I tried manually resetting the Windows Update Service:

Open administrative Command Prompt and type following commands one-by-one followed by Enter key.
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
Ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Close Command Prompt and see if Windows Updates works then.

https://answers.microsoft.com/en-us/windows/forum/all/window-10-update-is-stuck-on-checking-for-updates/d4833fef-620e-445b-9b99-997c03b9a1f8

However, the “net start wuauserv” command returned an error:

The Windows Update service is starting
The Windows Update service could not be started
A system error has occurred.
System error 2 has occurred.
The system cannot find the file specified.

To make a long story short, I must have deleted this key from the registry at some point, and the fix that worked for me was re-adding the key via cut and paste from this article: Windows Update service missing 0x80070424 , Windows 10 Pro x64 1803 [Solved] / Error code 0x80070006 or 0x8008005

So far, I have a bunch of Windows Updates queued and will proceed with Microsoft Store and Minecraft installations after that, but it looks like everything is working properly again.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.