Sep14Written by:R Teachout
9/14/2008 2:03 PM 
Find Windows netstat port usage by Process id/name
netstat -a -o -n
Then I found that a process with PID xxxx. I give the following command
tasklist /FI “PID eq xxx″
Now you know what process is using that port!
Tags: