> wmic:root\cli>process where caption="find.exe" get caption,commandline /value
>
>
> Caption=find.exe
> CommandLine=find /c /v ""
>
>
>
> wmic:root\cli>process where caption="grep.exe" get caption,commandline /value
> 没有可用实例。
grep.exe 无结果,find.exe时有结果,
|