Description:
The Task manager application is a bunch of several useful tools in just one tool. The name is maybe not appropriated anymore because of all the stuff it provides now. But at the beginning it was just made to manage all running processes as the Task Manager does in Windows on a normal PC.
Requirements:
- Pocket PC 2003.
- Windows Mobile 5.0 Pocket PC.
- WM6/6.1/6.5 Professional devices.
Not supported:
- Smartphones.
Download installation CAB file:
- Download TaskMgr v3.3 for WM6.5 here (384 KB) or its mirror here.
- Download TaskMgr v3.3 for WM6/WM6.1 here (384 KB) or its mirror here.
- Download TaskMgr v3.3 for WM5 here (384 KB) or its mirror here.
- Download TaskMgr v3.3 for WM2003SE here (413 KB) or its mirror here.
Screenshots:

More screenshots here.
TODO:
- Add a simple explorer utility (ongoing).
- Add a shortcut manager utility (ongoing).
- Add a custom cleaning utility.
- Add localization (mui files).
Features:
- Process manager.
- CPU usage.
- Application Manager.
- Service Manager.
- Device Manager (only WM2005 and above).
- Windows Manager.
- Notification Manager.
- IP Config utility.
- Ping utility.
- Net Stats utility.
- Registry Editor.
- Run program utility.
Process manager:
- Allows to stop or kill a given process.
- Can activate the process if it has a window.
- Can see details of a process (via context menu):
o Modules (see exported functions).
o Threads (can kill threads, change priority).
o windows (details, messages,...).
CPU usage:
- Shows CPU usage of each process.
- Shows CPU usage graph of the device. (Not process specific).
- Can close a process.
Application Manager:
- Activate an application.
- Close an application.
- Close all applications.
- Can see details of an application (via context menu).
Service Manager:
- Start/Stop service.
- Set automatic or manual.
- Enable/Disable.
- Find service settings in registry.
Device Manager (only in WM2005 and above):
- Start/Stop device.
- Set automatic or manual.
- Find device settings in registry.
Windows Manager:
- Shows a tree containing all existing windows.
- Find a specific window via handle/title or class.
- Highlight window if visible.
- Activate, enable/disable, show/hide, close.
- Properties of a window (rectangles, styles, process,...).
- Messages (v2.8):
o Ffiltering messages mechanism.
o Custom messages can be added.
Notification manager:
- Shows the list of existing notifications.
- Add/remove edit a notification.
- Remove duplicates and SCRIPT events.
- Enable/disable notifications.
IP Config utility:
- IPConfig, IPConfig/all.
- Renew/release, renew all/release all.
- Adapters infos.
Ping utility:
- ping ip address or hostname (w/o dns resolution).
- tracert ip address or hostname (w/o dns resolution).
Net Stats:
- Shows UDP/TCP table(w/o dns resolution).
- Shows IP/ICMP/TCP/UDP Stats.
- Route table (w/o dns resolution).
- Wake On LAN.
Registry editor:
- Full registry edition capability.
- Import/export reg files (import Win2k and WinNT formats).
- Favorites.
- Registry search functionality (returns all occurences found).
- Cut/copy/paste functionalities.
Run program utility:
- Allows to launch a program, a file or an url like in windows.
- Can add a file parameter and extra parameters.
Command line parameters:
/cpuusage: begins with CPU Usage.
/regedit: begins with the Registry Editor (a shortcut can be directly created from the options menu).
/windows: begins with the Windows Tab.
/apps: begins with the Applications Tab.
/ping: begins with the Ping Tab.
/ipconfig: begins with the IPConfig Tab.
/netstats: begins with the NetStats Tab.
/services: begins with the Services Tab.
/notifs: begins with the Notifications Tab.
/devices: begins with the Devices Tab.
/depends: begins with the Depends Tab.
/about: begins with the About Tab.
/r: reboots pocket pc without confirmation.
/rq: ask confirmation before rebooting pocket pc.
/tray: starts minimized to tray.
/s: suspends pocket pc.
/w: wakes the pocket pc if in suspend mode.
/wl "xxx": wakes the pocket pc and launches program xxx.
/wlq "xxx": wakes the pocket pc and ask confirmation before launching program xxx.
/nr: reboots pocket pc at a specific time (a notification is created and every x hours, the pocket pc is rebooted.).
The syntax is /nr d:n with n= number of hours (eg.: /nr d:24).
/nd: removes notifications duplicates.
/ns: removes SCRIPT:0x000 events.
/nb: removes notifications duplicates and SCRIPT:0x000 events.
/kill processname: kill a process given its name.
/startsvc servicename: starts a service given its name (v2.8).
/stopsvc servicename: stops a service given its name (v2.8).
/u: used in conjonction with a .dll file in order to deregister it (v2.9).
/provxml filepath: install/process a provisionning xml file (v2.9).
/regxpkey [filepath] [[regkey]]: export registry key to file path, if no file path, default is created in \\My Documents. [] are mandatory for regkey. ex.: /regxpkey \\Storage Card\\Regfile.reg [HKEY_CURRENT_USER\\Software\\FdcSoft] (v3.1).
/regxpall [filepath]: export all registry to filepath, if no filepath provided, a default one is created under \My Documents (v2.9).
[filepath] /silent: used in conjonction with a .reg file or a .dll file, so no message box is shown (v2.9).
/notif [/s \"subject\"] [/b \"body\"] [/t 0-60] [/bt \"ok\"] [/hide] [/beep] [/wake] : this will show a bubble notification for a certain amount of time, if 0 is specified then time is infinite. A subject and a body can be specified. The button text can be changed, the notification can wake the device, if suspended (v3.3).
/assocregext : associate the reg file extension to TaskMgr (v3.3).
/createtmsh : create the shortcuts for TaskMgr (v3.3).
/createregsh : create the shortcut for RegEdit (v3.3).
/runwinstart : launch TaskMgr automatically when the device boots (v3.3).
/hibernate: sends the WM_HIBERNATE message broadcastly (v3.3).
/tapscreen x,y: simulates click at position x,y with [x,y] in screen coordinates (v3.3).
If you like this project, please consider donate to the developer.
Update Description:
v3.3:
- Redesign of the application in order to use the thumb as much as possible.
- Fix "bug" in Processes which was hanging due to badly designed programs (a call to the GetWindowText api blocked the thread retrieving the top level windows title).
- Add own menu bar.
- Add own submenu bar.
- Removed the tabs in order to gain place.
- Add cosmetic features.
- Add big icons in order to work with the thumb.
- Add cpu graph.
- Add scrolling list for tools.
- Add wake on lan feature.
- Add adapter infos.
- Add some commandline commands like notification creation.
- Add own progress bar for pending tasks.
- Add own messagebox dialogs.
- Add filtering messages mechanism (windows).
- Add close/kill choice for process termination.
- Add depends functionality.
- Improvement of the provisioning xml utility (allow install/exec and validate).
- Improvement of the register/unregister dll utility.
- Fix bugs in notifications access and cleaning.
v3.2:
- Unreleased (internal).
v3.1:
- Fix bug in Processes sort after refresh.
- Add sort in exported functions.
- Add sort on notifications tab.
- Add regedit keep settings for navbar, statusbar and splitter.
- Add registry import capability to delete keys and values in the format specified by Microsoft.
- Add export of a specific registry key to the command line.
v3.0:
- Fix bug in regedit in wm2003SE.
- Fix start/stop services on the command line.
- Fix bug with regxpall in the command line.
- Added starting tab option.
- Fix bug with SCRIPT:0x.
v2.9:
- Icon to tray can be disabled.
- Tab switching hardware button association can be disabled.
- Register/deregister a dll.
- Install provisionning xml.
- Atart/stop svc from command line.
- Fix bug in tab switching when tab is hidden.
- Added address bar in regedit.
- Fixed notifications toolbar.
- Fixed processes progressbar not disappearing.
- Added hepas in process details.
- Fixed bug in process details threads.
- Added change priority of threads in process details.
- Added windows messages and known named ones.
- Show details from applications.
- CPU usage sorted descending by default.
- Fixed bugs in regedit.
- Fixed bugs in changing flags of services/devices.
v2.8:
- Version leaked, so see v2.9.
v2.7:
- Fixed some minor bugs in regedit (tjlabais and StenaviN).
- Added routing table (netstat -r) on Netstats Tab (marosh).
- Added close all buttons on Applications Tab (keethar).
- Fixed close menu item from Applications context menu (keethar).
- Added Removal of SCRIPT:0x000 events on Notifications Tab (jafre).
- Added command line parameters for Notfications duplicates and SCRIPT:0x000 events removal (jafre).
- Added all existing command line parameters on the About Tab.
v2.6:
- Changed the regedit toolbar (added Favorites/add Favorites buttons and merged cut/copy/paste in one button menu).
- View/edit mui reg values.
- Import/export multi_sz/mui_sz as RGU (for rgu export flag should be set in regedit menu).
- Some minor bugs fixed in regedit.
- Command line added to process path.
- Last active tab is reloaded at start if no parameter provided (flag should be set in options menu).
v2.5:
- Fix for problem reported by tjlabais(import of hex(n) keys, no reg type is saved but the data are correct).
v2.4:
- Fix for problem reported by StenaviN (import of binary data).
- Added favorites to registry editor. In order to create a favorite, you have to select a key first and add it via the context menu. In order to use a favorite, you have to double click on it. If you want to delete or rename, do it via context menu of favorite.
v2.3:
- Fix for problem reported by vint_ (import of 0xffffffff).
- Fix for keyboard alignment under WM2003SE on exit.
- Option to switch between minimize and exit buttons.
- Automatic/Manual load of devices (wm2k5 only).
- Added Suspend and Reset PPC shortcuts.
v2.2:
- Small bug fix in Registry Editor found by woschirmer (thanks Wolfgang).
v2.1:
- Allows to show only wanted tabs.
- Allows to switch tabs by selectable hardware button.