If you need to perform maintenance or change the settings, you need to know how to escape the lockdown.
<?xml version="1.0" encoding="utf-8"?> <AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"> <Profiles> <Profile Id="KioskProfile"> <AllAppsList> <AllowedApps> <App DesktopAppPath="C:\Program Files\Google\Chrome\Application\chrome.exe" /> <App AppUserModelId="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" /> </AllowedApps> </AllAppsList> <StartLayout> <![CDATA[<LayoutModificationTemplate xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" ...>]]> </StartLayout> <Taskbar ShowTaskbar="true" /> </Profile> </Profiles> <Configs> <Config> <Account>KioskUser</Account> <DefaultProfile Id="KioskProfile" /> </Config> </Configs> </AssignedAccessConfiguration> windows 11 kiosk
Allows a defined set of applications to run while restricting access to other system settings and files. The Start menu is customized to display only authorized apps. If you need to perform maintenance or change
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "Shell"="C:\YourApp.exe" "Userinit"="" ?xml version="1.0" encoding="utf-8"?>