Windows 10 Kiosk Mode Shell Launcher Patched Jun 2026
Here is a solid script template you can adapt. This script sets a specific executable as the shell and handles the exit behavior (what happens when the app closes).
Run the following command in an elevated PowerShell session: windows 10 kiosk mode shell launcher
Assume your application is C:\KioskApp\launcher.exe . Ensure it runs stably without explorer.exe (e.g., it should handle file dialogs, networking, and error states independently). Here is a solid script template you can adapt
# Create the Shell Launcher Configuration Object $ShellLauncher = New-Object -ComObject "ShellLauncher.Configuration" it should handle file dialogs
Replace $UserSID with the actual SID or remove the parameter to reset globally if supported by your version.
Note: A restart is usually required after enabling the feature.