A
Apollo Creed
Guest
Hello,
I'm configuring a kiosk mode xml for a kiosk that can use one of two accounts. One account is a single app account with just that app in the start menu. The other account is a multiapp account that is not showing the required apps in the start menu. Instead, it shows miscellaneous apps. Can someone tell me what I'm doing wrong? The XML is below. Thanks.
<?xml version="1.0" encoding="utf-8" ?>
<AssignedAccessConfiguration
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config"
<Profiles>
<Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}">
<AllAppsList>
<AllowedApps>
<App AppUserModelId="Microsoft.Microsoft3DViewer_8wekyb3d8bbwe!Microsoft.Microsoft3DViewer" />
<App AppUserModelId="Microsoft.MSPaint_8wekyb3d8bbwe!Microsoft.MSPaint" />
<App AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
<App AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!PdfReader" />
<App DesktopAppPath="%ProgramFiles(x86)%\Microsoft Office\Office15\WinWord.exe" />
<App DesktopAppPath="%ProgramFiles(x86)%\Microsoft Office\Office15\Excel.exe" />
<App DesktopAppPath="%ProgramFiles(x86)%\Microsoft Office\Office15\POWERPNT.EXE" />
<App DesktopAppPath="%ProgramFiles(x86)%\Microsoft Office\Office15\MSPUB.exe" />
<App DesktopAppPath="%ProgramFiles%\Inkscape\inkscape.exe" />
<App DesktopAppPath="%ProgramFiles%\paint.net\PaintDotNet.exe" />
<App DesktopAppPath="%ProgramFiles%\OpenShot Video Editor\launch.exe" />
<App DesktopAppPath="%ProgramFiles(x86)%\Pixologic\Sculptris Alpha 6\Sculptris.exe" />
<App DesktopAppPath="%ProgramFiles%\Blender Foundation\Blender\blender.exe" />
<App DesktopAppPath="%ProgramFiles%\Krita (x64)\bin\krita.exe" />
<App DesktopAppPath="%ProgramFiles%\GIMP 2\bin\gimp-2.10.exe" />
<App DesktopAppPath="%ProgramFiles(x86)%\Notepad++\notepad++.exe" />
</AllowedApps>
</AllAppsList>
<rs5:FileExplorerNamespaceRestrictions>
<rs5:AllowedNamespace Name="Downloads"/>
</rs5:FileExplorerNamespaceRestrictions>
<StartLayout>
<![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">
<LayoutOptions StartTileGroupCellWidth="6" />
<DefaultLayoutOverride>
<StartLayoutCollection>
<defaultlayout:StartLayout GroupCellWidth="6">
<start:Group Name="Public Internet Tools">
<startesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Word 2013.lnk" />
<startesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Excel 2013.lnk" />
<startesktopApplicationTile Size="2x2" Column="0" Row="4" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\PowerPoint 2013.lnk" />
<startesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Publisher 2013.lnk" />
<start:Tile Size="2x2" Column="4" Row="0" AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
<start:Tile Size="2x2" Column="4" Row="2" AppUserModelId="Microsoft.Microsoft3DViewer_8wekyb3d8bbwe!Microsoft.Microsoft3DViewer" />
<start:Tile Size="2x2" Column="4" Row="4" AppUserModelId="Microsoft.MSPaint_8wekyb3d8bbwe!Microsoft.MSPaint" />
<startesktopApplicationTile Size="2x2" Column="8" Row="0" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Inkscape 0.92.3.lnk" />
<startesktopApplicationTile Size="2x2" Column="8" Row="2" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Krita.lnk" />
<startesktopApplicationTile Size="2x2" Column="8" Row="4" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\OpenShot Video Editor.lnk" />
<startesktopApplicationTile Size="2x2" Column="10" Row="0" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Sculptris.lnk" />
<startesktopApplicationTile Size="2x2" Column="10" Row="2" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Blender\blender.lnk" />
<startesktopApplicationTile Size="2x2" Column="10" Row="4" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\paint.net.lnk" />
<startesktopApplicationTile Size="2x2" Column="12" Row="0" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Gimp 2.10.8.lnk" />
<startesktopApplicationTile Size="2x2" Column="12" Row="2" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Notepad++.lnk" />
<start:Tile Size="2x2" Column="12" Row="4" AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!PdfReader" />
</start:Group>
</defaultlayout:StartLayout>
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>
]]>
</StartLayout>
<Taskbar ShowTaskbar="true"/>
</Profile>
<Profile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}">
<AllAppsList>
<AllowedApps>
<App AppUserModelId="48371ShawnParker.KIOSKSPBrowser_g334447rc9pet!App" rs5:AutoLaunch="true" />
</AllowedApps>
</AllAppsList>
<StartLayout>
<![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">
<LayoutOptions StartTileGroupCellWidth="6" />
<DefaultLayoutOverride>
<StartLayoutCollection>
<defaultlayout:StartLayout GroupCellWidth="6">
<start:Group Name="Catalog Search">
<start:Tile Size="2x2" Column="0" Row="0" AppUserModelID="48371ShawnParker.KIOSKSPBrowser_g334447rc9pet!App" />
</start:Group>
</defaultlayout:StartLayout>
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>
]]>
</StartLayout>
<Taskbar ShowTaskbar="false"/>
</Profile>
</Profiles>
<Configs>
<Config>
<Account>Internet</Account>
<DefaultProfile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}"/>
</Config>
<Config>
<Account>Search</Account>
<DefaultProfile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}"/>
</Config>
</Configs>
</AssignedAccessConfiguration>
AC
More...
I'm configuring a kiosk mode xml for a kiosk that can use one of two accounts. One account is a single app account with just that app in the start menu. The other account is a multiapp account that is not showing the required apps in the start menu. Instead, it shows miscellaneous apps. Can someone tell me what I'm doing wrong? The XML is below. Thanks.
<?xml version="1.0" encoding="utf-8" ?>
<AssignedAccessConfiguration
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config"
<Profiles>
<Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}">
<AllAppsList>
<AllowedApps>
<App AppUserModelId="Microsoft.Microsoft3DViewer_8wekyb3d8bbwe!Microsoft.Microsoft3DViewer" />
<App AppUserModelId="Microsoft.MSPaint_8wekyb3d8bbwe!Microsoft.MSPaint" />
<App AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
<App AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!PdfReader" />
<App DesktopAppPath="%ProgramFiles(x86)%\Microsoft Office\Office15\WinWord.exe" />
<App DesktopAppPath="%ProgramFiles(x86)%\Microsoft Office\Office15\Excel.exe" />
<App DesktopAppPath="%ProgramFiles(x86)%\Microsoft Office\Office15\POWERPNT.EXE" />
<App DesktopAppPath="%ProgramFiles(x86)%\Microsoft Office\Office15\MSPUB.exe" />
<App DesktopAppPath="%ProgramFiles%\Inkscape\inkscape.exe" />
<App DesktopAppPath="%ProgramFiles%\paint.net\PaintDotNet.exe" />
<App DesktopAppPath="%ProgramFiles%\OpenShot Video Editor\launch.exe" />
<App DesktopAppPath="%ProgramFiles(x86)%\Pixologic\Sculptris Alpha 6\Sculptris.exe" />
<App DesktopAppPath="%ProgramFiles%\Blender Foundation\Blender\blender.exe" />
<App DesktopAppPath="%ProgramFiles%\Krita (x64)\bin\krita.exe" />
<App DesktopAppPath="%ProgramFiles%\GIMP 2\bin\gimp-2.10.exe" />
<App DesktopAppPath="%ProgramFiles(x86)%\Notepad++\notepad++.exe" />
</AllowedApps>
</AllAppsList>
<rs5:FileExplorerNamespaceRestrictions>
<rs5:AllowedNamespace Name="Downloads"/>
</rs5:FileExplorerNamespaceRestrictions>
<StartLayout>
<![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">
<LayoutOptions StartTileGroupCellWidth="6" />
<DefaultLayoutOverride>
<StartLayoutCollection>
<defaultlayout:StartLayout GroupCellWidth="6">
<start:Group Name="Public Internet Tools">
<startesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Word 2013.lnk" />
<startesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Excel 2013.lnk" />
<startesktopApplicationTile Size="2x2" Column="0" Row="4" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\PowerPoint 2013.lnk" />
<startesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Publisher 2013.lnk" />
<start:Tile Size="2x2" Column="4" Row="0" AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
<start:Tile Size="2x2" Column="4" Row="2" AppUserModelId="Microsoft.Microsoft3DViewer_8wekyb3d8bbwe!Microsoft.Microsoft3DViewer" />
<start:Tile Size="2x2" Column="4" Row="4" AppUserModelId="Microsoft.MSPaint_8wekyb3d8bbwe!Microsoft.MSPaint" />
<startesktopApplicationTile Size="2x2" Column="8" Row="0" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Inkscape 0.92.3.lnk" />
<startesktopApplicationTile Size="2x2" Column="8" Row="2" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Krita.lnk" />
<startesktopApplicationTile Size="2x2" Column="8" Row="4" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\OpenShot Video Editor.lnk" />
<startesktopApplicationTile Size="2x2" Column="10" Row="0" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Sculptris.lnk" />
<startesktopApplicationTile Size="2x2" Column="10" Row="2" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Blender\blender.lnk" />
<startesktopApplicationTile Size="2x2" Column="10" Row="4" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\paint.net.lnk" />
<startesktopApplicationTile Size="2x2" Column="12" Row="0" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Gimp 2.10.8.lnk" />
<startesktopApplicationTile Size="2x2" Column="12" Row="2" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Notepad++.lnk" />
<start:Tile Size="2x2" Column="12" Row="4" AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!PdfReader" />
</start:Group>
</defaultlayout:StartLayout>
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>
]]>
</StartLayout>
<Taskbar ShowTaskbar="true"/>
</Profile>
<Profile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}">
<AllAppsList>
<AllowedApps>
<App AppUserModelId="48371ShawnParker.KIOSKSPBrowser_g334447rc9pet!App" rs5:AutoLaunch="true" />
</AllowedApps>
</AllAppsList>
<StartLayout>
<![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">
<LayoutOptions StartTileGroupCellWidth="6" />
<DefaultLayoutOverride>
<StartLayoutCollection>
<defaultlayout:StartLayout GroupCellWidth="6">
<start:Group Name="Catalog Search">
<start:Tile Size="2x2" Column="0" Row="0" AppUserModelID="48371ShawnParker.KIOSKSPBrowser_g334447rc9pet!App" />
</start:Group>
</defaultlayout:StartLayout>
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>
]]>
</StartLayout>
<Taskbar ShowTaskbar="false"/>
</Profile>
</Profiles>
<Configs>
<Config>
<Account>Internet</Account>
<DefaultProfile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}"/>
</Config>
<Config>
<Account>Search</Account>
<DefaultProfile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}"/>
</Config>
</Configs>
</AssignedAccessConfiguration>
AC
More...