Windows 11 Kiosk Mode, powered by the feature, transforms a standard PC into a dedicated, single-purpose device. By restricting user access to specific applications, businesses can create secure environments for digital signage, self-service checkouts, or shared workstations while preventing unauthorized system changes. Core Deployment Scenarios
<?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
To exit, the administrator presses Ctrl + Alt + Del and logs in with admin credentials. The kiosk user cannot exit the app or access system controls. Windows 11 Kiosk Mode, powered by the feature,
Multi-App Kiosk requires creating an XML configuration file. You cannot do this through the standard Settings menu GUI. The kiosk user cannot exit the app or access system controls
There are two primary ways to configure Kiosk Mode in Windows 11: