2011年4月15日金曜日

查找Windows 上使用特定端口的进程

查找Windows 上使用特定端口的进程
http://www.zdnetasia.com/see-what-process-is-using-a-tcp-port-62047950.htm

1) 查找Port的PID
netstat -a -n -o | find ":80"  2) 查找PID对应的进程 
tasklist /svc /FI "PID eq 1812"

其中1812为1)中查到的PID


0 件のコメント:

コメントを投稿