Advertisement
Guest User

AssignedAccess

a guest
Dec 10th, 2019
6,196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.02 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="{7A00F2B8-E126-421E-9C7C-121E86061B32}">
  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="2" Row="4" AppUserModelID="Microsoft.MSPaint_8wekyb3d8bbwe!Microsoft.MSPaint" />
  34.                                        <start:DesktopApplicationTile Size="2x2" Column="4" Row="0" 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="2x2" Column="0" 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="2x2" Column="4" Row="4" AppUserModelID="Microsoft.Windows.Photos_8wekyb3d8bbwe!App" />
  41.                                    </start:Group>
  42.                                </defaultlayout:StartLayout>
  43.                            </StartLayoutCollection>
  44.                        </DefaultLayoutOverride>
  45.                    </LayoutModificationTemplate>
  46.                ]]>
  47.             </StartLayout>
  48.             <Taskbar ShowTaskbar="true"/>
  49.         </Profile>
  50.     </Profiles>
  51.     <Configs>
  52.         <Config>
  53.             <Account>Lab</Account>
  54.             <DefaultProfile Id="{7A00F2B8-E126-421E-9C7C-121E86061B32}"/>
  55.         </Config>
  56.     </Configs>
  57. </AssignedAccessConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement