Windowsでのアプリ別使用ポート表示コマンド

こんな感じで。

C:\WINDOWS\system32>netstat /oanb

Active Connections

Proto Local Address Foreign Address State PID
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 3116
[Skype.exe]

TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 1408
[svchost.exe]

TCP 0.0.0.0:443 0.0.0.0:0 LISTENING 3116
[Skype.exe]

TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4
[システム]

TCP 127.0.0.1:5354 0.0.0.0:0 LISTENING 624
[mDNSResponder.exe]

TCP 127.0.0.1:27015 0.0.0.0:0 LISTENING 608
[AppleMobileDeviceService.exe]

TCP 192.168.11.182:139 0.0.0.0:0 LISTENING 4
[システム]

TCP 127.0.0.1:1041 127.0.0.1:27015 ESTABLISHED 3072
[iTunesHelper.exe]

TCP 127.0.0.1:27015 127.0.0.1:1041 ESTABLISHED 608
[AppleMobileDeviceService.exe]


本当はもっとたくさん表示されます。


お試しあれ。


でわ。