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.


Next Step

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