Netstat
How do you run it?
-Open up a DOS prompt (Start->Run ; type "cmd" ; hit ENTER key)
From the DOS prompt, type "Netstat", then hit ENTER key.
The list of ports starts scrolling down the screen faster than you can read so it will probably be necessary to save the information to a text file for review.
From the DOS Prompt type:
Netstat >> c:\test.txt
This will send the output to a file called c:\test.txt. You can change the file name if you want to.
Additional Info:
I ran into a problem with Skype monopolizing port 80, which was conflicting with an app I was installing. It took a while to figure out. Is this something that will show up when utilizing the Netstat command? Skype uses port 443 as an alternative, so I changed the settings to just use 443 as the primary port. I hope that doesn't mess anything up.
ReplyDeleteThanks!!