Find the process running on particular port in windows

netstat -aon |find /i “listening” |find “port”

replace it with port id.

No images available.