Get a full list of binded ports
netstat -nao
search for a specific port
netstat -nao | findstr 0.0:<Port Number>
Find the aplication behing the PIDÂ (Process ID)
tasklist | findstr <PID ID>
Get a full list of binded ports
netstat -nao
search for a specific port
netstat -nao | findstr 0.0:<Port Number>
Find the aplication behing the PIDÂ (Process ID)
tasklist | findstr <PID ID>