码迷,mamicode.com
首页 > 系统相关 > 详细

cmd查找进程,关闭进程

时间:2020-08-19 19:50:02      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:idea   stat   str   程序   占用   a*   端口   shel   pid   

tasklist /v | findstr "idea"   ----  找程序名为idea的进程

tasklist /fi "imagename eq idea*"  ----  找程序名为idea的进程

netstat -anon|findstr ":8080"  --- 找使用8080端口的进程

taskkill /f /fi "imagename eq idea*" ----  强制关闭,程序名为idea的进程

taskkill /f /pid 123456 ----  强制关闭,pid为123456的进程

tasklist /m shell32.dll  --- 查找使用该dll的进程,资源占用

cmd查找进程,关闭进程

标签:idea   stat   str   程序   占用   a*   端口   shel   pid   

原文地址:https://www.cnblogs.com/shihx/p/13516941.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!