How To Delete Windows Services Using CMD
Windows services is usually used for program to be running automatically when our computer started. You can manage windows service using command line as an administrator. So make sure you are account use to login have an administrator privilege.
To delete an existing Windows service, first you need to open to "Services" program, just search and open it, then locate the service you want to delete and double click on it, now you can see the service name.
Now search cmd and Run as administrator, then run this command, to delete the service :
sc delete MyWindowsService
Note that the service you want to delete is not instantly removed, it will be deleted after you sign out and then sign in again, so do that and check if the service is completely removed, and you are done.
To delete an existing Windows service, first you need to open to "Services" program, just search and open it, then locate the service you want to delete and double click on it, now you can see the service name.
Windows Services Detail |
Now search cmd and Run as administrator, then run this command, to delete the service :
sc delete MyWindowsService
Note that the service you want to delete is not instantly removed, it will be deleted after you sign out and then sign in again, so do that and check if the service is completely removed, and you are done.