How To Determine Ports In Use In Windows Using Command LinePublished: 26 June 2019 | Written by some jerk | Print | Email | Hits: 289netstat -aon | findstr :<port> Netstat -o will pull up a list of all ports being used and the PID associated with that port use. Prev Next