Have you tried to restart the Windows Update service but it’s just not there?
As you may know, Windows Update or “wuauserv” is a service that is available to keep your PC up to date. Sometimes programs that do Registry cleaning may delete the service from your system mistakenly, one of those programs is the older version of CCleaner.
So if you run into this problem luckily there is a command that adds the Windows Update service back.
In this tutorial, you will learn how to repair Windows Update service using the Command Prompt.
Let’s go!
Missing Windows Update Service: Ultimate Fix Solution
As I told you we are going to execute a command in order to add the Windows Update service back to the service.msc
.
First, launch the Command Prompt as administrator.
Copy and paste the following commands and right-click to execute them, hit Enter on the last command.
sc delete wuauserv Dism.exe /Online /Cleanup-Image /Restorehealth sfc /scannow
After you execute sfc /scannow
restart your PC.

Download this Registry Backup for the Windows Update Service
As I told you at the beginning of this tutorial, this problem occurs when you do Registry cleaning most of the time.
So this service is located in the Registry Editor under this path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
You can download the registry hack to recover the Windows Update service from here.

There you have it, dear friend, if you have any questions about Windows Update don’t forget to leave a comment below.
Thank you a lot for sharing with your friends and family
Soufiane – Easytutorial.com
Hello, i dont find my wuauserv in registry service, do i need to start with this only in Command Prompt?? :
-Dism.exe /Online /Cleanup-Image /Restorehealth in Command Prompt
-sfc /scannow
Then, start download and apply the Registry Backup for windows update service??
pliss help me
Hi Ris,
Just use the two commands in Command Prompt as Administrator and restart your PC, you should be fine.
Thank you for leaving a comment!
Best Regards,
Soufiane