Set up monitoring on a child's PC
Download. Run. Sign in. Done.
A real Windows installer with a sign-in form. No PowerShell, no terminal. Run it on the child's PC, type your parent email and password, and you're done in about 90 seconds.
⬇ Download Installer (.exe)
Windows · ~20 MB · agent & OCR included · auto-updates after install
What the installer does for you, in order:
- Asks for your parent email + password (right inside the installer window)
- Signs you in and enrolls this PC into your family — every PC gets its own unique token
- Installs the agent to
C:\ProgramData\TaterTotswith locked-down permissions - Silently installs Tesseract OCR for full-text search of screenshots
- Registers the agent as a Windows Service that auto-starts and self-heals
- From here on, the agent auto-updates itself every 6 hours — you won't reinstall
Step-by-step on the child's PC
- Move
tots-installer.exeto the child's PC. USB stick, OneDrive, Slack to yourself, whatever — just get the file onto their Windows machine. - Right-click → Run as administrator. The installer needs admin rights so it can register the monitoring service. Always click "Yes" on the User Account Control prompt that appears.
-
If you see "Windows protected your PC":
- Click More info (small text below the "Don't run" button)
- Then click Run anyway
- This appears because we haven't paid for code-signing yet. It goes away once we do.
- The installer window opens. You'll see "TATER · TOTS" at the top and a sign-in form. If nothing happens at all after running as administrator:
- Open File Explorer to
%TEMP%(paste that into the address bar) - Open
tots-installer.log— it records what the installer did, including any startup errors - Email us the log: hello@tatersecurity.com
- Open File Explorer to
- Sign in with your parent email + password (the same one you use at app.tots.tatersecurity.com).
- Label the device ("Alice's laptop", "Family room PC") and optionally type the child's name. Click Install.
- Wait ~90 seconds. You'll see a progress log as it enrolls, drops files, installs Tesseract OCR, and registers the Windows service. A success dialog confirms when done.
- You can close the installer. Sign in at the dashboard — the new device appears within a minute.
Important: The installer must run as administrator. If you just double-click it, Windows will silently exit when it detects insufficient privileges. Always right-click → Run as administrator.
Verify
- Sign in at the dashboard — your new device shows up in the Devices tab within a minute.
- From there, you can rename it, set time budgets, schedule blocks, or watch the activity feed.
Auto-update: once installed, the agent checks for new versions every 6 hours and updates itself in place. You won't reinstall when we ship a new version — your kids' PCs will pick it up automatically.
Advanced
PowerShell one-liner install (no GUI)
Same install logic, but runs in a terminal. Useful for remote-installing on multiple PCs.
irm https://app.tots.tatersecurity.com/install | iex
Direct downloads
- tots-installer.exe — GUI installer (the recommended one above)
- tots-agent.exe — Windows agent binary alone, ~11 MB (for advanced manual setups)
- install_tots_agent.ps1 — PowerShell installer (used by the one-liner)
- install_extension_policy.ps1 — Edge extension force-install via Group Policy (manual)
- now-playing-helper.ps1 — WinRT helper for media-session capture