Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.23 KB

Buy Me A Coffee

Activity Monitor

This is the reimplementation in Windows.Forms of Personal Activity Monitor, originally written by Arkadiusz Benedykt

Features

  • Monitors user's applications usage and idle time.
  • Can save Monitoring Data to a SQL Server Database.
  • Settings are manageable via Group Policy (ADMX Templates included).

Installation

You can find the compiled version in releases

SQL Server Database Setup

Create Schema objects with the provided sql script.

Silent Installation

Execute the setup package with following flags:

ActivityMonitor-%Version%-Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

Requirements

ActMon is written in C#. Requires .NET Framework 4.0

License

ActMon is released under the MIT License The original Work of Arkadius Benedikt is released under the MS-PL License

Why Windows.Forms instead of WPF?

I noticed that WPF requires more RAM and I needed to use this application in an terminal server environment, so I saved 10 MB of RAM on each instance.