
It will show you PID, session name, session number and memory usage This is the fastest and easiest way to see running processes in Windows through a text file. To view this list of processes in Notepad, right-click the file, select Open With, and select Notepad. To view the file, simply open Windows Explorer and navigate to the folder where you saved the process list file. You can replace C: with any other path where you want to place the file if you like. This will output a text file named process_list.txt to your C: drive. To save the processes to a file, repeat the above process, but this time enter the command: This is useful, but does not provide you with a list of running processes in a text file. When Command Prompt opens, enter a list of tasks and press Enter to see a list of processes running on your system.

You may need to select Yes in the pop-up window to confirm running the command prompt as administrator. To do this, select the “Start” menu and type “command”, then hover your mouse over the command line so that it is highlighted, and then select “Run as administrator” on the right.

To execute the command correctly, you need to run it from the command line as administrator.

The easiest way to get a quick list of the processes running on your Windows system is to use the tasklist command. Note : The following steps to save processes to file work for all versions of Windows, including Windows XP, Windows 7, Windows 8, and Windows 10. You will be able to save both the process ID (PID) and the amount of memory that each process is using. Usually people use Task Manager to view all processes, but it doesn’t let you print the list of processes.įortunately, saving a list of running processes to a text file in Windows is very easy. Sometimes it may seem like there are so many processes running on your computer that you are not sure which ones are okay and which might be suspicious or malicious.Ī good first step is to create a list of running processes in a text file so you can analyze which processes are running.
