Kiosk | Mode Windows 11 Work
Windows will ask how you want the app to behave.
<?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
You can set up a kiosk in two primary ways: Windows will ask how you want the app to behave