1.查看端口的情况 netstat -aon|findstr 36101 2.查看PID对应进程的信息 tasklist|findstr 6472 3.关闭PID对应进程 taskkill /f /pid 6472