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
- Right-click
ScreenStop_Setup.exe> Run as administrator - Follow the installation wizard
- Optionally check "Launch ScreenStop" on the final page
- ScreenStop appears in the system tray
Silent / Command-Line Installation
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)
- Package the EXE using the Intune Content Prep Tool:
- Upload to Intune > Apps > Windows > Add > Windows app (Win32)
- Install command:
ScreenStop_Setup.exe /S - Uninstall command:
"C:\Program Files\ScreenStop\Uninstall.exe" /S - 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:
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:
| 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.