Get Text List of all Window processes Programs

Click Start, Run and type CMD

Type the command given below exactly:

WMIC /OUTPUT:C:\ProcessList.txt PROCESS get Caption,Commandline,Processid

or

WMIC /OUTPUT:C:\ProcessList.txt path win32_process get Caption,Processid,Commandline

Now, open the file C:\ProcessList.txt You can see the details of all the processes in that file.

0/Post a Comment/Comments

Please write here your valuable comment.

Previous Post Next Post