You can remove windows services by executing the following command:
C:\> sc delete [service name]
TIP: If you don't know the service name you're trying to delete, you can find it by going to Start>Run>services.msc and locate the service name in the service's property page.
