CaptnKirk wrote:
> "Carey Frisch [MVP]" wrote:
>
>> You receive a "The necessary services are disabled or unavailable" error
>> message when you connect to the Microsoft Windows Update Web site
>> http://support.microsoft.com/default...2&Product=wupd
>
> After following these instructions BITS comes up as manual and you can start
> and stop it, you can even switch to Automatic and start and stop it, however
> Automatic Updates has been disabled and if you go back and try to turn it
> back on it says "Service is marked for deletion". After rebooting and going
> to WU, you get error message 0x80070424.
>
> What is my next step?
Hi
Try this:
Start regedit.exe and delete the following key (contains the WU
service configuration):
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\wuauserv
Do a reboot now!
Then run this command line (from a command prompt of from Start/Run, it
installs the AutoUpdate service (line will wrap in the newsreader!):
%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall
132 %SystemRoot%\inf\au.inf
(it must be a space between DefaultInstall and 132)
If it asks for your OS CD-ROM to get some files, just point it to the
folder %windir%\System32 (%windir% is typically C:\Windows).
Then run the following commands:
regsvr32.exe wuaueng.dll
regsvr32.exe wuapi.dll
regsvr32.exe wups.dll
regsvr32.exe wucltui.dll
Do a reboot again.
Then check if you can start and stop the Automatic Updates service
successfully from services.msc
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx