Find Listening ports Print

  • 101

The NETSTAT command will show you whatever ports are open or in use, but it is NOT a port scanning tool! If you want to have your computer scanned for open ports see this page instead (link will follow shortly).

Open Command Prompt and type:

netstat -an |find /i "listening"

Was this answer helpful?

« Back