System-wide installation of Silent Mode Tracker
Installing a silent mode tracker to monitor all accounts on a Windows computer
Sahil (TeamLogger)
Last Update 8 months ago
Please follow the steps below.
Step 1) Get the installer script.
Download:https://screenmeterinstallers.s3.us-west-2.amazonaws.com/TLAutoG_install.ps1
Step 2) Edit the script to set your Installation Key (IK)
Open TLAutoG_install.ps1 in a text editor run as Administrator.
Find the config block and replace the placeholder:
Save the file as TLAutoG_install.ps1.
Step 3) Run the script (elevated)
Open Windows PowerShell as Administrator and run:
The script will:
download and silently install the MSI,
verify TLAutoG.exe,
create/update the system-wide Scheduled Task,
start the app once for the current interactive user via a temporary helper task.
App: C:\Program Files\TeamLogger\TLAutoG\TLAutoG.exe
Scheduled Task (machine-level): TLAutoG Auto Start
Principal: BUILTIN\Users (RunLevel = HighestAvailable)
Trigger: At logon (any user) + Repetition every 2 minutes
Concurrency: MultipleInstancesPolicy = IgnoreNew
Time limit: PT0S (no time limit)
5) Uninstall / cleanup (if needed)
The task is system-wide (registered once) and will trigger for any user at logon.
The 2-minute repetition with IgnoreNew avoids overlapping instances.
