【转】http://www.jb51.net/os/windows/77085.html

Windows查看所有的端口
netstat -ano

查询指定的端口占用
netstat -aon|findstr "提示的端口"

查询PID对应的进行进程
tasklist|findstr "2016"

杀进程
taskkill /f /t /im 程序名