Pages

Wednesday, April 17, 2013

how to kill process that is runnung on perticular port in windows?

This has very handy information. sometime windows fails to kill process properly and it lefts the port running/open with that process.

  • To List the processes running on ports
    • netstat -a -o -n
  • Find the specific ip/prot you are looking for  and get the PID of it.
    • taskkill /F /PID




No comments:

Post a Comment