Your Ad Here

Home Articles | Tutorials | Troubleshooting | Tweaks | Windows Server 2012 | Subsribe to RSS Feed Subscribe to RSS Affiliated sites

Follow me  Follow gusac on Twitter  Subscribe  Email  Subscribe to RSS


Your Ad Here

Automatic update service missing

11.Dec.2011 | by Gusac | Filed in: Articles, Troubleshoot

Just had an issue when I noticed that Windows Automatic updates service was missing in Service Console. The service registry was also missing:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wuauserv

 

One of solution known to is to reinstall the component from its configuration file. The command used:

%windir%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %windir%\inf\au.inf

 

Hope it helps!