Last active
December 16, 2015 18:59
-
-
Save adsurbum/5481816 to your computer and use it in GitHub Desktop.
kill 8080 process in Windows
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
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