Windows Kiosk Mode May 2026
start msedge --kiosk https://your-website.com --edge-kiosk-type=public-browsing
(Optional) Configure app-specific settings – some apps allow custom URL or timeout values. windows kiosk mode
Choose the app to run at login. If your app is not listed, install it first. start msedge --kiosk https://your-website
Click Close – Windows auto-creates the local account. Intune is best.
$EdgeArgs = "--kiosk https://portal.yourcompany.com --kiosk-idle-timeout-minutes=2 --edge-kiosk-type=fullscreen" Start-Process -FilePath "msedge.exe" -ArgumentList $EdgeArgs Place this script in the kiosk account’s Startup folder. Ctrl + Alt + Del → Sign out (or Alt + F4 if allowed). Method 4: Using Microsoft Intune (for enterprise fleets) If you manage many kiosks (e.g., retail stores, hospital check-ins), Intune is best.