Find Open Ports in Windows XP
September 10, 2009 | No Comments | Featured, Windows
So you need to find out what ports are currently being used in Windows and don’t know where to start?
Here is a quick way to find out what ports are open or exposed:
Click: Start -> Run and type: cmd {enter}
At the command prompt type:
netstat -a
Netstat will display a list of all listening ports, and for established connections it will show who’s on the other end.
Popularity: 19%



Recent Comments