Remove Service by Using CMD on Windows OS

Kill active program by using Task Manager.

If your uninstall process is un-complete,

locate service file (right click service name, click properties),

then copy service_name.

$ SC STOP service_name

$ SC DELETE service_name

 

Source :

https://stackoverflow.com/questions/76074/how-can-i-delete-a-service-in-windows 

Comments