What is netstat?
It’s a command-line network utility.
Command – 1
Open Command Prompt as administrator
A-List of all ports displays on the screen
netstat -an
Command – 2
A-List of all open ports displays on the screen
netstat -an |find /i “listening”