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

create service

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

delete service

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

delete service registry