//进入 c:\WINDOWS\system32\ 目录端口
cd c:\WINDOWS\system32\
// 键入命令
netstat -ano
// 查看指定端口占用状况
netstat -aon|findstr "9050"