Fork me on GitHub

Windows常用命令

Windows杀进程命令

  • 获取某端口的进程
    netstat -ano | findstr 8080
  • 获取任务列表
    tasklist|findstr 14820
  • 杀进程
    taskkill /pid 14820 -t -f
posted @ 2022-04-25 09:19  晨度  阅读(27)  评论(0编辑  收藏  举报