Printing a Process List

Written by Allen Wyatt (last updated May 2, 2016)

6

When you use the Task Manager, one of the things you can do is to view a list of processes running on your system. At times there can be quite a few processes running, and depending on how you have the list sorted, it can update and change often. That makes it difficult to read the list of processes.

Why would you want to read the list of processes? Because you might want to search for information, on the Web, about what those processes do. That way you can try to figure out if all the programs running on your system are expected or not.

If you are into this type of "research mode," it could be very handy to have a printed list of those processes so you could study it out. (Plus, printed lists don't tend to "jump around" because they are not dynamically updated.) If you want to print a list of processes, you might think you are out of luck, because Task Manager doesn't have any printing capabilities. A screen capture is also out of the question, as the list of processes likely is longer than what you can see on the screen at once.

There is a way to get your printed process list, however. Just open a command prompt window and type the following:

tasklist > c:\process.txt

The tasklist command simply lists the processes running at the current time. The greater-than sign indicates you want the output from tasklist to be stored in the file that follows the greater-than sign. When you press Enter to execute the command, the file process.txt, stored in the root directory of the C: drive, contains a printable process list. Just load it up using a program such as Notepad, and you can print it any time you desire.

 This tip (7095) applies to Windows 7, 8, and 10.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Setting Matrix Column Spacing in the Equation Editor

If you are using matrices in your equations, you may want to adjust the spacing used between columns.

Discover More

Selecting a Row

Need to select an entire row? Here are two really easy ways to make the selection.

Discover More

Setting the Width for Row Labels

Excel displays, by default, a row label or heading at the left side of each row on the screen. As you scroll down the ...

Discover More
More WindowsTips

Uninstalling a Program

There are often times when you decide you no longer need a program on your system. This tip tells you how you can ...

Discover More

Adjusting the Mouse Double-Click Speed

Sometimes your finger is either too fast or too slow to get the proper response from a mouse double click. This tip tells ...

Discover More

Displaying the Windows 8 Control Panel

Those who have spent a lot of time using the Windows Control Panel in the past know how powerful it can be. Finding the ...

Discover More
Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 7 - 4?

2016-11-04 15:27:54

Don Scott

When I tried your hint I got the following.
C:UsersDon Scott>tasklist>c:process.txt
Access is denied.


2016-05-03 15:10:24

jOhn

When I tried your hint I got the following.
C:Users|Johntasklist>c:process.txt
Access is denied.

Any idea why?
Thanks,
John


2016-05-02 13:09:07

Bhagubhai

Thanks ,I will try.


2016-05-02 11:07:47

PFL

I am using Win 7 Pro.
For me, click START (lower left corner of screen)
Find and right click COMMAND PROMPT; then click RUN AS ADMINISTRATOR.
Answer yes to DO YOU WANT TO ALLOW THE FOLLOWING PROGRAM TO MAKE CHANGES TO YOUR COMPUTER?
My settings may lead to some differences from what you will see, but the main point is to run the command as an administrator.


2016-05-02 10:01:28

Mike Holden

Got the command prompt, win+X, but get the following response: "A required privilege is not held by the client." Okay, now what?


2016-05-02 09:57:07

Mike Holden

It would be helpful if you would also explain HOW to open a command prompt to type the command in. This is not something we novices know by heart.


Newest Tips