Skip to content

Instantly share code, notes, and snippets.

@liuanyou
Last active September 20, 2017 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liuanyou/bed6ff098c15b5d3068e21d33a706007 to your computer and use it in GitHub Desktop.
Save liuanyou/bed6ff098c15b5d3068e21d33a706007 to your computer and use it in GitHub Desktop.
Windows kill stopping status service forcely
  1. Run Command Line window as administrator

  2. Type command

    sc queryex <service_name>

    Get process PID from the output

  3. Type command

    taskkill /pid <PID> /f

  4. Go to Computer Management, check if service is stopped compeletely

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment