How do I handle remotely a service?
How do I handle remotely a service?
How do I handle remotely a service?
You can use “sc” command (Service Control), with the following syntax:
Start: sc \\ start
Stop: sc \\ stop
Disable: sc \\ config start= disabled
Enable: sc \\ config start= enabled
The space after “start=” is important!