My sharing and discussion of topics in C#, WCF, WPF, Winforms, SQL, ASP.Net, Windows Service, Java Script .... with you all.
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”
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment