查詢拿個process占用port
1.找哪個PID使用80PORT
netstat -nao |find "0.0.0.0:80"2.找除PID的名稱
tasklist /fi "pid eq 4"
請先 登入 以發表留言。