Amazon.com

Disclaimer

All the tips/hints/fixes/other information posted here are at your own risk. Some of the steps here could result in damage to your computer. For example, using a Windows registry editor like RegEdit could result in unintended serious changes that may be difficult or impossible to reverse. Backups are always encouraged.

08 May 2008

Uninstall a Service

If you want to delete/uninstall/remove a Windows service, perhaps left from an incomplete installer, you can use the sc command from an Administrator control prompt: sc delete [servicename]

7 comments:

  1. Oh thank the gods... you really saved me here, man.

    I was stuck in a really bizarre loop, where the MS SQL Server service didn't start because the folder with its executable was missing, but the installer didn't install the folder because the service was there, and the uninstaller seemed to skip the uninstall of the service after not finding the folder.

    Removing the SQL services manually solved my problem. Thank you :)

    ReplyDelete
  2. you're a life saver. used this method to get rid of a websphere install. same re-install deadlock as described above with directory missing but service still there

    ReplyDelete
  3. Thank you!! I was having a hell of a time getting rid of an Apache Tomcat service so I could reinstall.

    ReplyDelete
  4. Thank u... atlast im out of this deadlock :)

    ReplyDelete
  5. Thank you very much, I saw this when I was about to give up. I ppreciate and it saved me hey. Thanx lots

    Terry

    ReplyDelete
  6. Thanks from me too... worked great!

    Rx

    ReplyDelete
  7. Saved my bacon this morning, great tip! Thanks for posting this.

    ReplyDelete