Guest User

Untitled

a guest
Jul 20th, 2025
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <AssignedAccessConfiguration
  3. xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
  4. xmlns:win11="http://schemas.microsoft.com/AssignedAccess/2022/config"
  5. xmlns:v2="http://schemas.microsoft.com/AssignedAccess/201810/config"
  6. xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config"
  7. >
  8. <Profiles>
  9. <Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}">
  10. <AllAppsList>
  11. <AllowedApps>
  12. <App AppUserModelId="windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" />
  13. <App DesktopAppPath="%windir%\explorer.exe" />
  14. <App DesktopAppPath="%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe" rs5:AutoLaunch="true" rs5:AutoLaunchArguments=" --kiosk --start-maximized --no-first-run https://bbc.co.uk --edge-kiosk-type=public-browsing --kiosk-idle-timeout-minutes=2" />
  15. </AllowedApps>
  16. </AllAppsList>
  17. <v2:FileExplorerNamespaceRestrictions>
  18. <v2:AllowedNamespace Name="Downloads"/>
  19. </v2:FileExplorerNamespaceRestrictions>
  20. <win11:StartPins>
  21. <![CDATA[
  22. { "pinnedList":[
  23. {"packagedAppId":"windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel"},
  24. {"desktopAppLink":"%AppData%\\Microsoft\\Windows\\Start Menu\\Programs\\File Explorer.lnk"},
  25. {"desktopAppLink":"%ALLUSERSPROFILE%\\Microsoft\\Windows\\Start Menu\\Programs\\Microsoft Edge.lnk"}
  26. ] }
  27. ]]>
  28. </win11:StartPins>
  29. <Taskbar ShowTaskbar="true"/>
  30. </Profile>
  31. </Profiles>
  32. <Configs>
  33. <Config>
  34. <AutoLogonAccount rs5:DisplayName="testkiosk"/>
  35. <DefaultProfile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}"/>
  36. </Config>
  37. </Configs>
  38. </AssignedAccessConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment