Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Nikita-schetko/75e04090d21210f7e43dad9fa4855fef to your computer and use it in GitHub Desktop.
Save Nikita-schetko/75e04090d21210f7e43dad9fa4855fef to your computer and use it in GitHub Desktop.
Kill process on localhost 3000
C:\Users\username>netstat -o -n -a | findstr 0.0:3000
TCP 0.0.0.0:3000 0.0.0.0:0 LISTENING 3116
C:\Users\username>taskkill /F /PID 3116
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment