Created
July 11, 2013 02:23
-
-
Save patocallaghan/5972014 to your computer and use it in GitHub Desktop.
Windows: Find process using port number and kill it. From http://stackoverflow.com/questions/6204003/kill-a-process-by-looking-up-the-port-being-used-by-it-from-a-bat
This file contains hidden or 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 -n -o | |
| TaskKill.exe /PID <value> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment