Skip to content

Instantly share code, notes, and snippets.

@adsurbum
Last active December 16, 2015 18:59
Show Gist options
  • Save adsurbum/5481816 to your computer and use it in GitHub Desktop.
Save adsurbum/5481816 to your computer and use it in GitHub Desktop.
kill 8080 process in Windows
1) open cmd.exe as admin (start->search cmd…right click)
2) netstat -a -n -o |findstr :8080
3) TaskKill.exe /f /PID ###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment