Kiosk Mode Windows 11 =link= Jun 2026
You can set up a kiosk in two primary ways:
<?xml version="1.0" encoding="utf-8" ?> <AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"> <Profiles> <Profile Id="GUID-REPLACE-WITH-YOUR-OWN"> <AllAppsList> <AllowedApps> <!-- Example: Add App User Model IDs (AUMID) here --> <App AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" /> <App AppUserModelId="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" /> </AllowedApps> </AllAppsList> <StartLayout> <!-- You can customize the Start Menu layout here, or leave it default --> </StartLayout> <Taskbar ShowTaskbar="true"/> </Profile> </Profiles> <Configs> <Config> <Account>LocalAccountName</Account> <DefaultProfile Id="GUID-REPLACE-WITH-YOUR-OWN"/> </Config> </Configs> </AssignedAccessConfiguration> kiosk mode windows 11
Even in Kiosk mode, some users might try keyboard shortcuts to break out. While Windows blocks many automatically (like Win+R), you may need to physically disable keys on the keyboard or use third-party software to block: You can set up a kiosk in two primary ways: <
