Today I needed to manually remove a service from windows. I found this command line approach, which worked great for me. Be sure to use the service name and not the display name:
sc delete ServiceName |
You can find the service name by going to Control Panel -> Administrative Tools -> Services, right click the service and choose properties, the service name is shown there.