Windows Kiosk Mode !!install!! -
Did you know you can create a Kiosk that allows some freedom? In Intune or via XML configuration, you can set up a restricted Start Menu that allows users to run specific apps (e.g., a browser, a calculator, and a POS app) while still blocking File Explorer and Settings. This is perfect for frontline worker devices.
<?xml version="1.0" encoding="utf-8"?> <AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"> <Profiles> <Profile Id="MultiAppKiosk"> <AllAppsList> <AllowedApps> <App DesktopAppPath="C:\Program Files\MyApp\app.exe" /> <UWP AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" /> </AllowedApps> </AllAppsList> <StartLayout> <![CDATA[<LayoutModificationTemplate xmlns:defaultlayout="..." ...>]]> </StartLayout> </Profile> </Profiles> <Configs> <Config> <Account>kioskuser@domain.com</Account> <DefaultProfile>MultiAppKiosk</DefaultProfile> </Config> </Configs> </AssignedAccessConfiguration> windows kiosk mode
Windows Kiosk Mode: The Ultimate Guide to Lockdown & Security Did you know you can create a Kiosk that allows some freedom
Sign out of your admin account. You will see the new "KioskUser" account. Select it, and Windows will immediately launch your chosen app in full-screen mode, with no access to the desktop. Create a kiosk user account Windows Kiosk Mode
Create a kiosk user account
Windows Kiosk Mode is a robust tool for transforming general-purpose PCs into dedicated appliances. While the "Set up a kiosk" wizard in Settings handles simple browser-based setups with ease, mastering and Group Policy is necessary for enterprise-grade deployments.