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.