Process Manager

Introduction

ProcessManager is a .NET compact framework WinForms application that allows the user to view and control processes running on a Windows Mobile device.  Process information is shown in an easy-to-navigate grid.

Features

  • Multiple views of running applications, processes, services and device memory information.
  • Display device process details: including thread, module and window information.
  • Allows the user to terminate or switch to active processes.
  • Fine-grain control of process threads (suspend, terminate, priority, etc.) 
  • Review, start and stop Windows services..
  • Configurable periodic logging of running processes to a file.
  • Device memory monitor, warns user once memory usage has exceeded a user configurable threshold.
  • Minizimes to the Today screen notification tray when not active

Requirements

  • Hardware: Windows Pocket PC or Mobile 5 compatible device.
  • Software: Microsoft Windows Pocket PC 2003 or Mobile 5/6/6.1 with Microsoft .NET compact framework 2.0 installed.
  • Storage Space: Approximately 650kB of space for the installed application.

Change Log

Change log

Version 1.2.1.0

  • Updated release:
  • Added running application view.
  • Added active services view.
  • Added support to control process threads (suspend, resume, etc.)
  • Minor UI fix-ups
  • Numerous bug fixes.

Version 1.1.0.0

  • Updated release:
  • Added memory monitor
  • Added process logging agent
  • Minor UI fix-ups
  • Added menu options to main form for warm and hard device reset.

Version 1.0.0.0

  • Initial beta release