C:\Users\fxz>netstat -ano | find "8093"
TCP 0.0.0.0:8093 0.0.0.0:0 LISTENING 3956
TCP [::]:8093 [::]:0 LISTENING 3956
C:\Users\fxz>tasklist | findstr "3956"
java.exe 3956 Console 10 398,524 K
C:\Users\fxz>taskkill -F /pid 3956
成功: 已终止 PID 为 3956 的进程。