I have a windows service running on a server (that I would rather not reboot if I can).
The EXE for this service is gone (beyond recovery) and I don't have a copy (it was a debugging version that has since been updated).
Is there anyway to remove this service from the services list without the exe that ran it?
Have you tried sc <server> delete [service name]
from the command line?
A more comprehensive answer can be found here.