Hi all,
In this post we are going to see how to delete a service from services.msc.
1)Go to Services by using Start>Run> and type Services.msc
2) The service window open for you.
3) Choose the Service you need to delete
4) If the Service is running you need to stop that service
5)In the Service, Right Click and go to properties and then copy the name of the Service and paste it to the clipboard.
6) Now go to Command Prompt. Start>Run>type cmd. the command prompt will open.
7) Where you need to type sc delete servicename without any quotes
8) Now it will show the message that [SC] DeleteService SUCCESS.
No comments:
Post a Comment