//進入 c:\WINDOWS\system32\ 目錄端口
cd c:\WINDOWS\system32\
// 鍵入命令
netstat -ano
// 查看指定端口占用狀況
netstat -aon|findstr "9050"