Deleting a Windows Service

The following steps worked in trying to delete a Windows Service

  1. – Make sure the service exits:
  2. sc GetDisplayName <serviceName>
  3. – Delete service
  4. sc delete <serviceName>

 

About vijayvepa

I'm a software consultant for Software Specialists Inc. currently working at Philips Respironics, Pittsburgh

Leave a comment