Guest User

Untitled

a guest
Mar 12th, 2025
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AssignedAccessConfiguration xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config" xmlns:default="http://schemas.microsoft.com/AssignedAccess/2017/config" xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config" xmlns:v3="http://schemas.microsoft.com/AssignedAccess/2020/config" xmlns:v5="http://schemas.microsoft.com/AssignedAccess/2022/config">
  3. <Profiles>
  4. <Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}">
  5. <AllAppsList>
  6. <AllowedApps>
  7. <App DesktopAppPath="C:\Program Files (x86)\Microsoft Office\root\Office16\EXCEL.EXE"/>
  8. <App DesktopAppPath="C:\Program Files (x86)\Microsoft Office\root\Office16\POWERPNT.EXE"/>
  9. <App DesktopAppPath="C:\Program Files (x86)\Microsoft Office\root\Office16\WINWORD.EXE"/>
  10. <App DesktopAppPath="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"/>
  11. </AllowedApps>
  12. </AllAppsList>
  13. <v5:StartPins><![CDATA[{
  14. "pinnedList":[
  15. {"desktopAppLink":"C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Word.lnk"},
  16. {"desktopAppLink":"C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Excel.lnk"},
  17. {"desktopAppLink":"C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\PowerPoint.lnk"},
  18. {"desktopAppLink":"C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Microsoft Edge Kiosk.lnk"}
  19. ]
  20. }]]></v5:StartPins>
  21. <Taskbar ShowTaskbar="true"/>
  22. <v5:TaskbarLayout><![CDATA[
  23. <?xml version="1.0" encoding="utf-8"?>
  24. <LayoutModificationTemplate
  25. xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"
  26. xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"
  27. xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"
  28. xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout"
  29. Version="1">
  30. <CustomTaskbarLayoutCollection PinListPlacement="Replace">
  31. <defaultlayout:TaskbarLayout>
  32. <taskbar:TaskbarPinList>
  33. <taskbar:DesktopApp DesktopApplicationLinkPath="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Word.lnk""/>
  34. <taskbar:DesktopApp DesktopApplicationLinkPath="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Excel.lnk""/>
  35. <taskbar:DesktopApp DesktopApplicationLinkPath="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\PowerPoint.lnk""/>
  36. <taskbar:DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge Kiosk.lnk"/>
  37. </taskbar:TaskbarPinList>
  38. </defaultlayout:TaskbarLayout>
  39. </CustomTaskbarLayoutCollection>
  40. </LayoutModificationTemplate>
  41. ]]></v5:TaskbarLayout>
  42. </Profile>
  43. </Profiles>
  44. <Configs>
  45. <Config>
  46. <AutoLogonAccount rs5:DisplayName="Migrado Kiosk"/>
  47. <DefaultProfile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}"/>
  48. </Config>
  49. </Configs>
  50. </AssignedAccessConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment