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_MACHINE\SYSTEM\CurrentControlSet\Services
- Find the service you want to delete
- Right click on service name and select Delete.
- Reboot you OS

Related Articles
on March 27th, 2010 at 12:02 pm
Thank-you!
This site is fantastic…clear, quick, and to the point.