• Home
  • All
  • ASCII
  • Health
    • Mental
  • Software
  • Tutorials
  • Graphics
    • Emoticons
Software How To Determine Ports In Use In Windows Using Command Line

How To Determine Ports In Use In Windows Using Command Line

Published: 26 June 2019 | Written by some jerk | Print | Email | Hits: 332

netstat -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

Copyright © 2015. All Rights Reserved.