Wednesday, May 28, 2008

Check current tcp/ip connection for each program for Windows XP

Check current tcp/ip connection for each program for Windows XP.

Click Start - Run, Type CMD.exe.
Type netstat.exe -bv.

You can see the foreign address and port number your program connecting to. By adding a space and a number, you can check most up-to-dated information.

netstat.exe -bv 5

Press Ctrl + C to cancal it.

No comments: