windows杀死进程命令

it2023-08-18  64

查看端口被哪个应用占用netstat -ano | findstr "端口号" 杀掉进程taskkill /f /t /im "进程id"
最新回复(0)