force uninstall .NET Windows Service

J

John A Grandy

I have a server with a custom .NET Windows Service installed. The folder
containing the service's .exe and .dll files is long gone.

I need to uninstall the service.

InstallUtil.exe /u "<service name>"

does not work.

What are my other alternatives for uninstalling this service ?
 
I

Ian R

Services are stored at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
Worst case you can simply delete the key associated with the service. Make
sure you don't have the service manager open when you do this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top