devnumbertwo - $h!t for developers

View Original

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

See this content in the original post