Created
March 6, 2018 07:49
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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