| date | 2022-06-28 17:17:28 +0800 | ||
|---|---|---|---|
| author | Rustle Karl | ||
| title | 获取正在运行的程序的启动命令 | ||
| url | posts/windows/docs/program | ||
| tags |
|
||
| categories |
|
||
| toc | true | ||
| draft | false |
https://download.sysinternals.com/files/ProcessExplorer.zip
必须以管理员运行
wmic process where caption="nutsvpn.exe" get caption,commandline,ProcessId /valuewmic process where caption="msedge.exe" get caption,commandline,ProcessId /value