User Tools

List all Processes from the Command-line

<literal><strong>NOTE:</strong>&nbsp; This article applies to Windows XP Professional only. Windows XP Home Edition does not have the WMIC (WMI command-line tool).</literal>

The following command-line outputs the list of running processes (with the complete command-line arguments used for each process) to a text file:

Click Start, Run and typeCMD

Type the command given below exactly:

<verbatim style''"color: #000080;">WMIC /OUTPUT:C:\ProcessList.txt PROCESS get  Caption,Commandline,Processid</file>

or

<verbatim style''"color: #000080;">WMIC /OUTPUT:C:\ProcessList.txt path  win32_process get Caption,Processid,Commandline</file>

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

– Main.FredPettis - 2010-08-14

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information