Question

Anyone knows how to extract the tasklist information using cmd, but without using "tasklist /svc" command?

Was it helpful?

Solution

You can use WMIC, something like :

WMIC PROCESS get Caption,Commandline,Processid
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top