Uninstall a windows service when there is no executable for it on the system anymore
Scenario: How do I uninstall a Windows Service when the normal uninstall script or executable is no longer on the machine?
Solution: get the name from the Services list then use it in the uninstall using sc.exe
sc.exe delete "This damn service I am trying to uninstall"