Steps like
- Copy service name from service properties
- In administrator's command line run:
sc queryex {here paste service name}
, mark PID - Run
taskkill /f /pid {here paste PID}
do not work, because process is not started yet (stuck at starting), so has no PID.
Any solution except server restart?