Friday, March 27, 2015

Delete a Windows Service without using the installer that made it to do an uninstall.

As this suggests, it's pretty easy. Just run a command like this from the command prompt:

sc DeleteService "My Console Application"

 
 

I suppose I should qualify that I got this to work at Windows Server 2008 R2.

No comments:

Post a Comment