In order to create service in windows
- Go to Start>Run type cmd and hit Enter
- In command prompt type sc create servicename
- Reboot your OS
In order to delete service in windows
- Go to Start>Run type cmd and hit Enter
- In command prompt type sc delete servicename
- Reboot your OS
There is another way: You can use registry to delete services
- Go to Start>Run type regedit and hit Enter
- Navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServices
- Find the service you want to delete
- Right click on service name and select Delete.
- Reboot you OS



Thank-you!
This site is fantastic…clear, quick, and to the point.