Windows update service

  • Thread starter Thread starter Tomas
  • Start date Start date
T

Tomas

Problem with service for Windows update.
Platform Windows 2000 Prof. sp3.
Has used the utility SC.EXE (in resource kit) to remove
the service wuauserv for windows update.
Now I whant to use the service again, has tryed the syntax:
"sc create wuauserv binpath= "c:\winnt\system32\svchost -k
wugroup" displayname= "Automatisk uppdatering" start= auto"
byt can't get the service to start, (time out)
My question is How to reinstall the windows update service
without reinstall Windows?
(has no icon in control panel left)
 
Tomas said:
Problem with service for Windows update.
Platform Windows 2000 Prof. sp3.
Has used the utility SC.EXE (in resource kit) to remove
the service wuauserv for windows update.
Now I whant to use the service again, has tryed the syntax:
"sc create wuauserv binpath= "c:\winnt\system32\svchost -k
wugroup" displayname= "Automatisk uppdatering" start= auto"
byt can't get the service to start, (time out)
My question is How to reinstall the windows update service
without reinstall Windows?
(has no icon in control panel left)
Hi

This command line should install the AutoUpdate service for Win2k and WinXP
(line will wrap in the newsreader!):

%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection AutoUpdate 132
%SystemRoot%\inf\au.inf


If it asks for your OS CD-rom to get some files, just point it to the
folder %windir%\servicepackfiles\i386

More here:

http://groups.google.com/groups?hl=...8&oe=UTF-8&selm=3EFA0555.22DCE917%40hydro.com




If BITS (Background Intelligent Transfer Service) is missing as well,
this one should put it back:

http://www.microsoft.com/downloads/...C8-2ABF-43C7-AB51-E0C53303086D&displaylang=en
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top