檢視使用 5556 埠的程式
C:\Windows\System32>netstat -ano | findstr "5556"
TCP 0.0.0.0:5556 0.0.0.0:0 LISTENING 7316
TCP [::]:5556 [::]:0 LISTENING 7316
檢視pid為7316的程式
C:\Windows\System32>tasklist /fi "pid eq 7316"
映像名稱 PID 會話名 會話# 記憶體使用
========================= ======== ================ =========== ============
java.exe 7316 RDP-Tcp#0 2 81,656 K
終止程式 java.exe
C:\Windows\System32>taskkill /im java.exe /f
成功: 已終止程式 "java.exe",其 PID 為 3592。
成功: 已終止程式 "java.exe",其 PID 為 7536。
成功: 已終止程式 "java.exe",其 PID 為 9308。
成功: 已終止程式 "java.exe",其 PID 為 6320。
成功: 已終止程式 "java.exe",其 PID 為 9828。
成功: 已終止程式 "java.exe",其 PID 為 10032。
成功: 已終止程式 "java.exe",其 PID 為 7464。
成功: 已終止程式 "java.exe",其 PID 為 20096。
成功: 已終止程式 "java.exe",其 PID 為 7016。
成功: 已終止程式 "java.exe",其 PID 為 1424。
成功: 已終止程式 "java.exe",其 PID 為 7316。
C:\Windows\System32>