Created
May 5, 2015 20:46
-
-
Save RohanBhanderi/9164e945e8202da38739 to your computer and use it in GitHub Desktop.
Kill process running on a port
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 | findstr :3000 | |
TaskKill /PID <processID> /T /F |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment