Monday, August 6, 2012

How to delete a windows service


These commands are useful when we are not able to uninstall any windows service. In this situation, we could use following commannds to delete the service:

The syntax used to delete a service is as:
sc delete ServiceName

If your service name has spaces in it, you’ll need to wrap the service name in quotes, like this:
sc delete “Adobe LM Service”

No comments:

Post a Comment