Get Process pid and command parameters

method one:

wmic process where name="node.exe" get ProcessId,CommandLine

 

Method Two:

tlist -c

Guess you like

Origin www.cnblogs.com/daysme/p/11240761.html