If you ever have trouble with a service being stuck in a ‘starting’ or ‘stopping’ state, you can run a couple of simple commands to kill the service.
–First query the process to find it’s PID:
sc queryex |more
–Kill the process:
taskkill /f /pid 3386