Skip to content

Instantly share code, notes, and snippets.

@poanchen
Created March 6, 2018 07:49
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 poanchen/d6fb3cf4d845a7b186807c83e7ceb3bc to your computer and use it in GitHub Desktop.
Save poanchen/d6fb3cf4d845a7b186807c83e7ceb3bc to your computer and use it in GitHub Desktop.
look up the process that is using the port number and kill it (windows 10)
netstat -a -o -n
taskkill /F /PID 12345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment