Task Manager Extension
Posted
by Zoltan Csizmadia
on April 4th, 2001
Overview
This is an extension for the Windows Task Manager (NT/2000). The features are the following:- Show Application icons in Processes list (if available)
- Use different color for services
- Find a used file by any process. (Use * as file name for showing every
used file)
(The search is a full text search, so for example you can use the extension only) - Find a used module by any process
(The search is a full text search, so for example you can search for "kernel") - Show Process ID in Applications tab
- Use different color for processes if the CPU usage reaches a given limit ( 25%, 50%, 75% )
- Query list of every files, handles, modules, windows used by a given process
- Close a used file (you can unlock an exclusively opened file, so you can delete it)
- Unload a used module (so you can delete it)
- You can kill services too
- Fast end process. Press DEL key!
For best performance you have to be an administrator!
Usage
Copy the TaskManagerEx.exe and TaskManagerEx.Dll to a directory and then execute TaskManagerEx.exe. This executable will hook every instance of Task Manager. If you want to start TaskManagerEx.exe automatically, create a shortcut in the Startup folder.Credits
Thanks to everybody who contributed anything on http://www.codeguru.com. Especially for the List View section!System information classes: http://www.codeguru.com/system/ntsysteminfo.shtml.
Remote module load/unload: http://www.codeguru.com/dll/LoadDll.shtml
Warning
If you close or unload any file/handle from a process, it can crash.Known bugs
- Sometimes TaskManager.exe crashes after start. Start it again!
- If you query used files on NT4, the Messenger service brings up a dialog. I don't know why :)
Bug fixes
- Set priority sub menu fix 3/26/2001
- Internationalization fix (Using Taskmgr caption from resources) . Thanks Dominique Faure! 3/30/2001
Downloads
Download source code - 55 KBDownload executables - 113 KB

Comments
Updated version available
Posted by pantaz on 10/29/2005 06:16am-
Reply
ReplyTask Manager Extension 2.0 is available! Updated URL!
Posted by Sergey Kolomenkin on 07/06/2009 01:14pmNo Color for System Processes
Posted by Legacy on 02/06/2004 12:00amOriginally posted by: Robin Siebler
I've tried on Win2k and WinXP and I don't see system processes in a different color. Using different colors if the CPU usage reaches a set level doesn't work either.
ReplyTaskManager with Exe File
Posted by Legacy on 01/20/2004 12:00amOriginally posted by: eddieeceu
ReplySeeing source of a process
Posted by Legacy on 10/20/2003 12:00amOriginally posted by: thor
Is it possible to trace the origin of a process in the process list? e.g. some spy processes come in and it is not possible to see from the names of the processes to whom they belong. It would be very nice to be able to trace the origin of a process. Is it maybe possible with the files option?
This is a very good extension of taskManager.
Thanks
Thor
ReplySweet!! One of the best programs i've seen
Posted by Legacy on 06/15/2003 12:00amOriginally posted by: Bar�aBoy
REALLY REALLY NICE!!!!!!!!
why don't you post this on http://www.planet-source-code.com
you should easyly win the Contest of the month!!
have you seen the prices??
just add it man its great!!
i'll give you much excelent ratings and then you'll get really nice prices!!
do it!
ReplyImpressive work!
Posted by Legacy on 06/11/2003 12:00amOriginally posted by: Robert Alm
Disregarding the slight "hack" feeling due to relying on window titles and static dialog-item id's and addresses etc, I must say this (the sourcecode mostly) is an impressive show of how to really dig deep into the processes and workings of Windows.
Good job!
ReplyFind used processe on Right clic !
Posted by Legacy on 05/15/2003 12:00amOriginally posted by: Flash
Replydont work on XP pro, German. Why?
Posted by Legacy on 05/02/2003 12:00amOriginally posted by: 12
so what must i do?!
(yes i can ctrl-alt-del)
Replytaskmanager help - unlock a file
Posted by Legacy on 03/11/2003 12:00amOriginally posted by: Kal
ReplyHow can I put processes info from the Task Manager to a file?
Posted by Legacy on 01/31/2003 12:00amOriginally posted by: Oscar Zhuk
How can I put all processes info from the Windows Task Manager to a file? Is it possible?
ReplyLoading, Please Wait ...