查看所有运行中进程的命令行参数:
wmic process get caption,commandline /value
查询指定进程的命令行参数:
wmic process where caption=”notepad.exe” get caption,commandline /value
查看所有运行中进程的命令行参数:
wmic process get caption,commandline /value
查询指定进程的命令行参数:
wmic process where caption=”notepad.exe” get caption,commandline /value
最新评论