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.

2.1 Set your key

Find the config block and replace the placeholder:

Where to find the IK: on your TeamLogger web dashboard → Silent Mode installer download page.

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.

Step 4) What gets installed/configured.

  • 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)

    Notes: 
    • The task is system-wide (registered once) and will trigger for any user at logon.

    • The 2-minute repetition with IgnoreNew avoids overlapping instances.

    Was this article helpful?

    2 out of 2 liked this article