Wednesday, 17 April 2013
how to kill process that is runnung on perticular port in windows?
Posted on 05:19 by Unknown
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
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment