300x250 AD TOP

Monday, November 24, 2014

Tagged under:

Way of killing a process running on a specific port

Run netstat -a -o | find "8080" in Command prompt

And then kill the process on that port with the command  taskkill /F /PID <pid>


0 comments: