How to save list of running processes in text file in Windows 7


Windows 7 includes a shell for this type of job, called PowerShell. You can use it to save a list of running processes into a text file

How to save list of running processes

Store List Of Running Processes

1. Enter powershell into the search field and hit Enter

2. Type get-process > D:\Logs\processes.txt and hit Enter

3. Done! Sorry, did you expect more steps?

D:\Logs\processes.text can of course customized – this file does NOT have to exist, simply make sure the path is valid (folder must exist!)

Sort List Of Running Processes by CPU

1. Type get-process | sort-object -property cpu -descending > D:\Logs\cpu.txt

Save list of running processes

My recommendation is that Linux users should quickly get familiar with the Windows Powershell, it supports LS, MAN, PS and many other common Linux shell commands.

Linux Users On Windows 7 Tips

As a Linux user it’s definitely handy to have a few familiar commands.

 

 


Or you might like these sexy wallpaper, tweaks and themes:

Written by oliversk Wednesday, July 27th, 2011

Was it helpful? Please bookmark it and spread the word

delicious   facebook   google   twitter  

You love Windows, Gaming and everything digital? Great, we too! We have thousands of great Windows 7 themes, registry tweaks, tutorials, so please use our search box if you look for anything specific. If you have some awesome desktop themes, tips or want to write for us, then drop us a mail: win7themes at googlemail.com

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>