查看Windows端口占用

netstat -aon|findstr “端口号”

查到占用端口的进程ID;

tasklist|findstr “进程ID”

找到进程。