need program that shows open ports AND

  • Thread starter Thread starter djc
  • Start date Start date
D

djc

need program that shows open ports AND what process or program is using
them! I know there are utilities on the unix/linux platform that will do
this but I need one for windows!

anyone know of one and where to get it?
 
Try tcpview from www.sysinternals.com

--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Try this:
netstat -ao
the 'o' is for process ID... It's on my XP machine, I'm not sure if it's on
Windows 2000. It's definately not in anything below windows ME, though.
 
ya, thats XP only. Thanks though.

Sartan Dragonbane said:
Try this:
netstat -ao
the 'o' is for process ID... It's on my XP machine, I'm not sure if it's on
Windows 2000. It's definately not in anything below windows ME, though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top