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: 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* Specifies that the verbose information is to b
More here: How to displays a list of applications currently running in Windows XP

Leave a Reply