HowTo - remove a windows service from cli?
If you’d like to delete a service from your view from within windows server 2003 you can use the following commands.
First top the service:
net stop “service name”
the next command will delete it…
sc delete “service name”
***The “service name” isn’t always the name listed under names when you bring up the services console gui. Select the service you’d like to delete and review the properties. The actual windows registry service name will be listed at the top of the properties sheet for that service.
No Comments »
RSS feed for comments on this post. TrackBack URL





