Skip to content

Install on Windows

Requirements

  • Windows 10 or 11 (64-bit)
  • ~400 MB available disk space
  • Built-in or external webcam

Download

Download the latest installer from screenstop.co/downloads.

File: ScreenStop_Setup.exe


Interactive Installation

  1. Right-click ScreenStop_Setup.exe > Run as administrator
  2. Follow the installation wizard
  3. Optionally check "Launch ScreenStop" on the final page
  4. ScreenStop appears in the system tray

Silent / Command-Line Installation

ScreenStop_Setup.exe /S

The installer automatically:

  • Installs to C:\Program Files\ScreenStop\
  • Adds a registry key for auto-start on login
  • Creates Start Menu shortcuts
  • Registers in Programs and Features (Add/Remove Programs)

Enterprise Deployment

Microsoft Intune (Win32 App)

  1. Package the EXE using the Intune Content Prep Tool:
    IntuneWinAppUtil.exe -c .\source -s ScreenStop_Setup.exe -o .\output
    
  2. Upload to Intune > Apps > Windows > Add > Windows app (Win32)
  3. Install command: ScreenStop_Setup.exe /S
  4. Uninstall command: "C:\Program Files\ScreenStop\Uninstall.exe" /S
  5. Detection rule: File exists — C:\Program Files\ScreenStop\ScreenStopTray\ScreenStopTray.exe

Group Policy / Login Script

@echo off
set INSTALLER=\\fileserver\software\screenstop\ScreenStop_Setup.exe

if exist "C:\Program Files\ScreenStop\ScreenStopTray\ScreenStopTray.exe" (
    echo Already installed, skipping.
    exit /b 0
)

"%INSTALLER%" /S

Deploy via GPO as a Computer Startup Script or User Logon Script.

PDQ Deploy / SCCM

Use install command: ScreenStop_Setup.exe /S


Uninstallation

Interactive: - Go to Settings > Apps > ScreenStop > Uninstall

Silent:

"C:\Program Files\ScreenStop\Uninstall.exe" /S

User data in %LOCALAPPDATA%\ScreenStop\ is preserved.


Dashboard Configuration

Before deploying to stations, create a setup_parameters.json file and place it alongside the installer. The installer copies it to:

C:\Program Files\ScreenStop\setup_parameters.json

Minimum configuration:

{
  "DASHBOARD_URL": "https://your-dashboard.example.com",
  "DASHBOARD_API_TOKEN": "your-token-here"
}
Key Description
DASHBOARD_URL Full URL of your ScreenStop dashboard (no trailing slash)
DASHBOARD_API_TOKEN Bearer token matching STATION_API_TOKEN on the server. Leave blank for demo/eval mode.

Enterprise deployment: Include setup_parameters.json in your Intune/SCCM/PDQ package alongside the installer EXE.

Note

Stations without setup_parameters.json will run in standalone mode — detection works but no dashboard sync.


Next Step

After installation, complete face enrollment so ScreenStop can recognize the authorized user.