Originally posted by: Kibbo86
Type netstat -a -o
This will give you a list of all active connections with the PID.
You can cross-reference the PID on the proccesses tab in Task manager to get the name of the proccess which is using the connection.
sweet! thanks!
edit: well I see the P-ID in the Command window, but I dont know how to match them up with the task manager.
When I look on the processes tab in windows task manager all I see is Image Name, User Name, CPU and Mem Usage.
What am I missing? Running Win XP Pro w/ SP2