查看进程信息

查看进程信息

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

tasklist /fi "imagename eq cmd.exe"

原文地址:https://www.cnblogs.com/shanjsh/p/3391861.html