I am getting the following message while trying to remove a windows service with SC command?
C:\Users\chacha>sc delete service_name
[SC] OpenService FAILED 5:
Access is denied.
I tried to change the properties of Service and retried to remove them but failed. Even I disabled the service and restarted the machine :(
Any idea on forcefully removing a service? What is the reason for this "Locking"?
Try deleting it's entry from regedit at:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
Make sure you reboot afterwards.
Also:
You could try using Sysinternals Autoruns program to disable or delete the service.
That's because you need admin rights.
Before opening
cmd.exe
right click it and select "Run as administrator". Also you can holdCONTROL+SHIFT
and pressENTER
to open it with admin rights.