Thursday, January 12, 2012

See what process is using a TCP port in Windows

It is annoying to see "address already in use" in log files.

To check which process uses TCP port in windows,
1) netstat -ano
find the right port and remember the PID
2)tasklist /svc /FI "PID eq ${PID}"

Original Post

No comments:

Post a Comment