您的位置:首页 > 博客中心 > 网络系统 >

查找进程路径.md

时间:2022-04-03 16:29

# 查找进程文件位置 [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 ```

本类排行

今日推荐

热门手游