I would like to do this because i have half installed service because of installation failure which is just there non functioning.
How can we remove the windows service using the command line ?
feedback
|
This question came from our site for professional and enthusiast programmers.
|
the
C:\Users\Jeff>sc delete
DESCRIPTION:
Deletes a service entry from the registry.
If the service is running, or another process has an
open handle to the service, the service is simply marked
for deletion.
USAGE:
sc delete [service name]
| |||
|
feedback
|