Guest User

AssignedAccess

a guest
Dec 9th, 2019
1,143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.59 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:v2="http://schemas.microsoft.com/AssignedAccess/201810/config"
  5.    xmlns:v3="http://schemas.microsoft.com/AssignedAccess/2020/config"
  6. >
  7.     <Profiles>
  8.         <Profile Id="{473c67b8-cb1a-4e75-bec9-24a31f1daa7c}">
  9.             <AllAppsList>
  10.                 <AllowedApps>
  11.                     <App AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
  12.                     <App AppUserModelId="M+icrosoft.InternetExplorer.Default" />
  13.                     <App AppUserModelId="Microsoft.Windows.Explorer" />
  14.                     <App AppUserModelId="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" />
  15.                     <App AppUserModelId="Microsoft.MSPaint_8wekyb3d8bbwe!Microsoft.MSPaint" />
  16.                     <App AppUserModelId="Microsoft.Windows.Photos_8wekyb3d8bbwe!App" />
  17.                     <App DesktopAppPath="%ProgramFiles(x86)%\Microsoft Office\Office15\WINWORD.EXE" />
  18.                     <App DesktopAppPath="%ProgramFiles(x86)%\Microsoft Office\Office15\EXCEL.EXE" />
  19.                     <App DesktopAppPath="%ProgramFiles(x86)%\Microsoft Office\Office15\POWERPNT.EXE" />
  20.                 </AllowedApps>
  21.             </AllAppsList>
  22.             <v2:FileExplorerNamespaceRestrictions>
  23.                 <v2:AllowedNamespace Name="Downloads"/>
  24.                 <v3:AllowRemovableDrives/>
  25.             </v2:FileExplorerNamespaceRestrictions>
  26.             <StartLayout>
  27.                 <![CDATA[<LayoutModificationTemplate xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification">
  28.                    <LayoutOptions StartTileGroupCellWidth="6" />
  29.                        <DefaultLayoutOverride>
  30.                            <StartLayoutCollection>
  31.                                <defaultlayout:StartLayout GroupCellWidth="6">
  32.                                    <start:Group Name="Horizon Carrière - Participant">
  33.                                        <start:Tile Size="2x2" Column="4" Row="6" AppUserModelID="Microsoft.MSPaint_8wekyb3d8bbwe!Microsoft.MSPaint" />
  34.                                        <start:DesktopApplicationTile Size="2x2" Column="0" Row="4" DesktopApplicationID="Microsoft.Windows.Explorer" />
  35.                                        <start:DesktopApplicationTile Size="2x2" Column="4" Row="2" DesktopApplicationID="{7C5A40EF-A0FB-4BFC-874A-C0F2E0B9FA8E}\Microsoft Office\Office15\POWERPNT.EXE" />
  36.                                        <start:Tile Size="4x2" Column="2" Row="4" AppUserModelID="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" />
  37.                                        <start:DesktopApplicationTile Size="2x2" Column="2" Row="2" DesktopApplicationID="{7C5A40EF-A0FB-4BFC-874A-C0F2E0B9FA8E}\Microsoft Office\Office15\EXCEL.EXE" />
  38.                                        <start:DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationID="{7C5A40EF-A0FB-4BFC-874A-C0F2E0B9FA8E}\Microsoft Office\Office15\WINWORD.EXE" />
  39.                                        <start:Tile Size="4x2" Column="0" Row="0" AppUserModelID="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
  40.                                        <start:Tile Size="4x2" Column="0" Row="6" AppUserModelID="Microsoft.Windows.Photos_8wekyb3d8bbwe!App" />
  41.                                        <start:DesktopApplicationTile Size="2x2" Column="4" Row="0" DesktopApplicationID="Microsoft.InternetExplorer.Default" />
  42.                                    </start:Group>
  43.                                </defaultlayout:StartLayout>
  44.                            </StartLayoutCollection>
  45.                        </DefaultLayoutOverride>
  46.                         <CustomTaskbarLayoutCollection PinListPlacement="Replace">
  47.                            <defaultlayout:TaskbarLayout>
  48.                                <taskbar:TaskbarPinList>
  49.                                    <taskbar:UWA AppUserModelID="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
  50.                                     <taskbar:UWA AppUserModelID="Microsoft.InternetExplorer.Default" />
  51.                                     <taskbar:UWA AppUserModelID="Microsoft.Windows.Explorer" />
  52.                                     <taskbar:UWA AppUserModelID="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" />
  53.                                     <taskbar:UWA AppUserModelID="Microsoft.MSPaint_8wekyb3d8bbwe!Microsoft.MSPaint" />
  54.                                     <taskbar:UWA AppUserModelID="Microsoft.Windows.Photos_8wekyb3d8bbwe!App" />
  55.                                     <taskbar:UWA AppUserModelID="{7C5A40EF-A0FB-4BFC-874A-C0F2E0B9FA8E}\Microsoft Office\Office15\POWERPNT.EXE" />
  56.                                     <taskbar:UWA AppUserModelID="{7C5A40EF-A0FB-4BFC-874A-C0F2E0B9FA8E}\Microsoft Office\Office15\EXCEL.EXE" />
  57.                                     <taskbar:UWA AppUserModelID="{7C5A40EF-A0FB-4BFC-874A-C0F2E0B9FA8E}\Microsoft Office\Office15\WINWORD.EXE" />
  58.                                </taskbar:TaskbarPinList>
  59.                            </defaultlayout:TaskbarLayout>
  60.                        </CustomTaskbarLayoutCollection>
  61.                    </LayoutModificationTemplate>
  62.                ]]>
  63.             </StartLayout>
  64.             <Taskbar ShowTaskbar="true"/>
  65.         </Profile>
  66.     </Profiles>
  67.     <Configs>
  68.         <Config>
  69.             <Account>LocalUser</Account>
  70.             <DefaultProfile Id="{473c67b8-cb1a-4e75-bec9-24a31f1daa7c}"/>
  71.         </Config>
  72.     </Configs>
  73. </AssignedAccessConfiguration>
Add Comment
Please, Sign In to add comment