This is the reimplementation in Windows.Forms of Personal Activity Monitor, originally written by Arkadiusz Benedykt
- 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).
You can find the compiled version in releases
Create Schema objects with the provided sql script.
Execute the setup package with following flags:
ActivityMonitor-%Version%-Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
ActMon is written in C#. Requires .NET Framework 4.0
ActMon is released under the MIT License The original Work of Arkadius Benedikt is released under the MS-PL License
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.