Skip to content

seddik/ActivityMonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Monitor Personal and Users Activity

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 83.4%
  • TSQL 13.4%
  • Inno Setup 3.2%