查看所有程序
wmic process get caption,commandline /value
查看某一个进程的命令行参数
wmic process where caption="svchost.exe" get caption,commandline /value