To create a service run the following from the command prompt (replace SERVICE with the
service name to be created):
1. sc create SERVICE
2. Reboot computer
To delete a service (replace SERVICE with the service name to be deleted):
1. sc delete SERVICE
2. Reboot computer
|