2011年8月25日

cmd netstat 查看某监听端口 对应的Process ID 及使用taskkill 中止某进程

摘要: 1、查看某监听端口 对应的process IDC:\Users\admin>netstat -a -o -n |findstr 0.0:2011 TCP 0.0.0.0:2011 0.0.0.0:0 LISTENING 28482、 taskkill /?taskkill /f /im notepad.exeKills the open notepad task, if open.taskill /pid 9764Kill the task with PID 9764. 3、设置 任务管理器 下 对 进程PID的的查看 打开 任务管理器 - 查看 - 选择列 - 勾选 PID(进程标识符 阅读全文

posted @ 2011-08-25 11:29 freeliver54 阅读(4280) 评论(0) 推荐(0)

导航