netstat -ano | findstr 80 //列出进程极其占用的端口,且包含 80
tasklist | findstr 9268
taskkill -PID <进程号> -F //强制关闭某个进程

相关文章: