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?
Deleting these services may cause your system to become unstable. Select System Configuration > go to the Services tab. Select and put a check mark on "Hide all Microsoft services" > Click Disable all. Go to Startup tab > Open Task Manager > Disable all the unnecessary services running there.
Have you tried sc <server> delete [service name]
from the command line?
A more comprehensive answer can be found here.
Try:
sc delete servicename
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With