How to kill Windows service process stuck at starting?

Solution 1:

  • Retrieve the command line of your service from the service properties (services.msc)
  • Start Process Explorer
  • In Process Explorer make the command line visible (View / Select Columns / Command line)
  • locate the process and kill it (Del)

Example command line: C:\Windows\system32\svchost.exe -k netsvcs