How to know which process owns which tcp/udp port on windows 2000?

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi,

I can get process id from running "netstat -n -a -o" command, but it does
not work on windows 2000.
Is there any other command that can do that?

Thanks in advance.
 
Hi,

I can get process id from running "netstat -n -a -o" command, but
it does not work on windows 2000.
Is there any other command that can do that?

Thanks in advance.

The program "TCPView" from sysinternals can show you this. According
to the help file: "On Windows NT, 2000 and XP systems TCPView shows
the name of the process that owns each endpoint."
Freeware, of course.

<http://www.sysinternals.com/Utilities/TcpView.html>

HTH,
John
 

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