Tag Archives: command to delete service

How to delete a windows service (Windows Server 2003/2008/2012)

If you need to delete a Windows Service, you just have to open a new command prompt (run as administrator) and run the following command:

Command: sc delete NameOfServiceĀ 

2014-10-13_21-40-13