Windows: Delete a windows service

Published by

Posted on March 01, 2009

This may be old news but I thought it was worth adding to the Knowledgebase..

To create a new windows service from the command line

sc create servicename

To delete a service

sc delete servicename

reboot the system , or I recommand stopping the service before removing it.

sc stop servicename
M$ SC command reference