To delete a windows Service there is a practical and easy command.
Open a command prompt and digit the command:
sc delete ServiceName
ServiceName is the name you see when you open the property tab of a service in Windows.
NOTE
If "sc delete ServiceName" does not succeed it means you don't have enough privileges to execute this command. In this case open the command prompt as administrator and retry.
No comments:
Post a Comment
Your comment will be visible after approval.