Pilot access is invite-only.Request access

spot-suite. clearscreen. endpoint web policy
Back to deploy overview

Package the endpoint agent as a Win32 app.

ClearScreen deploys extension-free. Intune installs the native agent, writes managed configuration, and detects the ClearScreen service after enrollment.

  1. Build clearscreen.exe with make build-all.
  2. Package the binary with the Microsoft Win32 Content Prep Tool.
  3. Install with install-clearscreen.ps1 -EnrollmentKey "<enrollment key>".
  4. Use Get-Service -Name ClearScreen -ErrorAction SilentlyContinue as the detection rule.

Install command

install-clearscreen.ps1 -EnrollmentKey "<enrollment key>"

Managed configuration

{
  "mode": "managed",
  "bundle_url": "https://clear-screen.ai/v1/indicators/bundle",
  "blocked_categories": ["phishing", "malware", "command-and-control"],
  "report": true,
  "policy_tag": "default"
}