tasklist
Old September 14th, 2007, 01:00 AM   #1 (permalink)
Gorilla
Afro Resident
 
Gorilla's Avatar
 
Gorilla is offline
Join Date: Jan 2005
Posts: 996
Thanks: 53
Thanked 106 Times in 76 Posts
Gorilla has much to be proud ofGorilla has much to be proud ofGorilla has much to be proud ofGorilla has much to be proud ofGorilla has much to be proud ofGorilla has much to be proud ofGorilla has much to be proud ofGorilla has much to be proud ofGorilla has much to be proud of
Rep Power: 28
Credits: 7,877
tasklist

The tasklist command is another useful command line tool which can be used for a variety of useful things. Essentially, tasklist is a utility to list all running processes. Windows comes with a graphical utility/front end for this task but why is this command still useful?

Tasklist can provide more information about the processes running on the box.

'tasklist /?' in the command prompt will display all the available parameters and their functions.

Some useful examples:

'tasklist /M'

This will display processes and the DLL modules they have loaded.

'tasklist /V'
Using this parameter, the command will display lots of verbose information.

A more interesting case would be using tasklist to identify the processes running under the svchost (a generic services process). You could then identify unnecessary services which could probably be sucking up resources or not needed completely and disabled.

'tasklist /SVC' would accomplish this

Another Note:
There is a utility available from Microsoft (Formerly SysInternals) named process explorer which has a lot of these capabilities and more.
Can be found here: Process Explorer v11.01
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old September 14th, 2007, 02:33 AM   #2 (permalink)
DBlack
Founder

 
DBlack's Avatar
 
DBlack is offline
Join Date: Sep 2004
Location: Atlanta, GA
Posts: 7,564
Thanks: 330
Thanked 1,330 Times in 718 Posts
DBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond repute
Rep Power: 192
Credits: 377,476
Nice post, very informative.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 12:39 AM.


vBulletin skin developed by: eXtremepixels
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46