How to generate and print the list of running Processes in Windows Task Manager

print Generate list of running Processes in Task Manager

The Windows Task Manager displays a list of processes running on your computer, as well as their use of resources and other important details. If you want to generate and print the list of running processes in your Task Manager under Windows 10, here's how.

Generate a list of processes running in the task manager

To generate and print the list of all the processes running in your task manager in Excel format under Windows 10, open a command prompt with elevated privileges and run the following command:

tasklist /FO CSV>C:tasklist.csv

The named output list tasklist.csv will be saved as an Excel file on your C drive.

To generate the list in Text format, use the following command:

tasklist/SVC>C:tasklist.txt

You will see the .txt file on your C drive.

You can now print the saved Excel or Notepad file.

You can use any image editor that can capture images using the scroll function. Save the image and use it to print the list of processes running in Task Manager.

Anand Khanse is the director of TheWindowsClub.com, a 10-year Microsoft MVP Winner on Windows (2006-16) and a Windows Insider MVP. Please first read the entire message and comments, create a System Restore Point before making any changes to your system and be cautious about third party offers when you have it. installation of free software.

Leave a Reply