|
|
| Author |
Message |
Phillip Vong Guest
|
Posted: Tue Apr 18, 2006 12:31 am Post subject: Delete a service |
|
|
I have an old program that ran as a service and I don't need it anymore.
I've STOPPED it and turn off the Automatic, but I want to delete the
service. Can someone tell me how to delete a service? I remember doing
this once in the command prompt, but I can not remember anymore.
Thanks!
Phil |
|
| Back to top |
|
 |
|
|
Steve Parry Guest
|
Posted: Tue Apr 18, 2006 12:39 am Post subject: Re: Delete a service |
|
|
Phillip Vong wrote:
| Quote: | I have an old program that ran as a service and I don't need it anymore.
I've STOPPED it and turn off the Automatic, but I want to delete the
service. Can someone tell me how to delete a service? I remember doing
this once in the command prompt, but I can not remember anymore.
Thanks!
Phil
|
look at the sc.exe command or the srvinstw.exe command from the resource
kit.
http://support.microsoft.com/?kbid=251192
download srvinstw from
http://www.vbrad.com/ondadl/dl_srvany.zip
--
Steve Parry BA(Hons) MCP
http://www.gwynfryn.co.uk |
|
| Back to top |
|
 |
Dave Patrick Guest
|
Posted: Tue Apr 18, 2006 1:42 am Post subject: Re: Delete a service |
|
|
Delete the registry service subkey for it found in;
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
then delete the files associated with it.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"Phillip Vong" wrote:
|I have an old program that ran as a service and I don't need it anymore.
| I've STOPPED it and turn off the Automatic, but I want to delete the
| service. Can someone tell me how to delete a service? I remember doing
| this once in the command prompt, but I can not remember anymore.
|
| Thanks!
|
| Phil
|
| |
|
| Back to top |
|
 |
|