查看进程信息

wmic process where name="cmd.exe" get caption,executablepath,commandline

tasklist /fi "imagename eq cmd.exe"

相关文章: