In previous post, you checked how to configure James as windows service but there may be a situation when you have to remove James as Windows service. To remove James service or any other service, follow below mentioned steps:
a. Open Command Prompt on the server.
b. Check the Service name. Don’t get confused with Service name and Display name. To remove service, you need Service name.
c. Now you need to execute one simple command to remove the service.
Command: sc delete
Example: sc delete james
d. After successful execution of command, you will get a success message and when you check the Services, you will see that James service is removed..
a. Open Command Prompt on the server.
b. Check the Service name. Don’t get confused with Service name and Display name. To remove service, you need Service name.
c. Now you need to execute one simple command to remove the service.
Command: sc delete
Example: sc delete james
d. After successful execution of command, you will get a success message and when you check the Services, you will see that James service is removed..
No comments:
Post a Comment