Skip to content

Instantly share code, notes, and snippets.

@archiewald
Created March 24, 2020 17:30
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 archiewald/b3ae5fccbdef56abae458d5a2bbd0799 to your computer and use it in GitHub Desktop.
Save archiewald/b3ae5fccbdef56abae458d5a2bbd0799 to your computer and use it in GitHub Desktop.
kill proces on Windows
netstat -ano | findstr :8001
tskill typeyourPIDhere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment