Cannot delete an existing service using sc command: The Specified service does not exist as an installed service
Posted
by
Graviton
on Server Fault
See other posts from Server Fault
or by Graviton
Published on 2009-05-02T08:59:24Z
Indexed on
2014/08/23
4:22 UTC
Read the original article
Hit count: 439
windows-service
As shown in the picture below, I want to delete MyNewService
, but when I type in
sc delete MyNewService
I simply can't delete it because there is no such servic, due to "the Specified service does not exist as an installed service" error
Any ideas how to solve this problem?
Edit: as far as the service panel is concerned, the MyNewService is there all the time; I restarted the pc a few times, and it's there.
© Server Fault or respective owner