netstat -ano | findstr 80 //列出进程极其占用的端口,且包含 80 不需要 tasklist | findstr 9268 查看是哪个程序 taskkill -PID <进程号> -F //强制关闭某个进程
转载于:https://www.cnblogs.com/xingchi/p/10762767.html
netstat -ano | findstr 80 //列出进程极其占用的端口,且包含 80 不需要 tasklist | findstr 9268 查看是哪个程序 taskkill -PID <进程号> -F //强制关闭某个进程
转载于:https://www.cnblogs.com/xingchi/p/10762767.html