如何查看exe进程commandline参数

时间:2021-04-13 17:35:40   收藏:0   阅读:28

如何查看exe进程commandline参数

 

查看全部进程cmdline:

  wmic process get caption,commandline /value

 

想要获取指定exe程序的cmdline, 可以将其按需要的参数运行后,查看特定进程:

  wmic process where caption="1.exe" get caption,commandline /value

原文:https://www.cnblogs.com/leavind/p/14652563.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!