Skip to content

Instantly share code, notes, and snippets.

@RohanBhanderi
Created May 5, 2015 20:46
Show Gist options
  • Save RohanBhanderi/9164e945e8202da38739 to your computer and use it in GitHub Desktop.
Save RohanBhanderi/9164e945e8202da38739 to your computer and use it in GitHub Desktop.
Kill process running on a port
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