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.
Next Step
After installation, complete face enrollment so ScreenStop can recognize the authorized user.