查看端口使用狀況: netstat -ano 進程
查看80端口被哪一個程序佔用(最後一列爲PID): netstat -ano | findstr ":80" 程序
查看進程列表: tasklist | findstr "PID" 端口
強制殺死進程: taskkill /F /PID PID