Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.46 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.46 KB

App Launch Tracker

AHK v2 script to secretly monitor and report app launches via email.
Useful for parents or employers.

Installation (for Gmail users)

  1. Download: app-tracker.exe (compiled version), config.json and install.cmd
  2. Get email sending credentials: enable 2-Step Verification + generate an App Password
  3. Configure: Update smtp.username and smtp.password in config.json, update email.to with the recipients you want to notify
  4. Test (optional): set debug: true in config, launch app-tracker, launch app, wait for email alert to come, disable debug mode
  5. Install: Move files to tracked PC, then run install.cmd to create shortcut at startup folder

Configuration Options

  • refer to the comments in app-tracker.ahk for detailed property descriptions
  • apps: list of apps to detect, such as those containing the substring 'roblox' in their window title or the full process name 'photoshop.exe'
  • remoteConfig: remote configuration to avoid accessing tracked PC; must be googleDocId or url pointed to your own copy of this spreadsheet
  • trayIcon: couple of embedded tray icons available (bell, eye, shield)

Enjoy :)