How to displays a list of applications currently running in Windows XP

In Windows XP, tasklist command line tool displays a list of applications and associated tasks/processes currently running on either a local or remote system.

Examples of usage:

  1. Lists all tasks that have DLL modules loaded in them that match the given pattern name. If the module name is not specified, displays all modules loaded by each task.
    TASKLIST /M

    Tasks under module that match wbem* such as wbemcomn.dll.

    TASKLIST /M wbem*
  2. Specifies that the verbose information is to be displayed.
    TASKLIST /V
  3. Displays services in each process.
    TASKLIST /SVC
If you are new here, you might want to subscribe to the RSS feed or newsletter.

Enter your email address:

Related

This entry was posted in Windows and tagged , , , , . Bookmark the permalink.

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>