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

查找进程路径.md

时间:2021-01-30 12:08:54      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:``   HERE   mina   cal   ble   brief   路径   ssid   wmi   

# 查找进程文件位置 [toc] ## wmic ```txt 1. 使用get查询 wmic process get name,executablepath 2 无条件查询 wmic process list brief wmic process list full 3 加where条件查询 wmic process where name="qq.exe" get processid,executablepath,name 二、创建进程 wmic process call create "c:\windows\system32\cmd.exe" 三、结束进程 wmic process where name="qq.exe" call terminate wmic process where name="qq.exe" delete ```

查找进程路径.md

标签:``   HERE   mina   cal   ble   brief   路径   ssid   wmi   

原文地址:https://www.cnblogs.com/nsfoxer/p/14347178.html

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