Wednesday, July 2, 2008

How to delete a windows service

If you are having issues deleting a windows service simply run this command in the dos prompt:

sc delete _service name_

Be sure to close the "services" windows management window as it gets confused and thinks it needs a reboot if the service is to be re-installed.

If using Windows 2000 then you will need to reinstall.