Create or Delete a Service on Windows XP

Run the following from the command prompt:

To create a service
1. sc create SERVICE (replace with name of service)
2. Reboot computer

To delete a service
1. sc delete SERVICE (replace with name of service)
2. Reboot computer

No comments:

Post a Comment