M
MS-User
Threadstarter
- Dabei seit
- 20.09.2016
- Beiträge
- 94.182
Ich wollte gemäss Einrichten eines Kiosks mit mehreren Apps (Windows 10) einen Kiosk mit mehreren Apps (Firefox und Datei-Explorer) erstellen.
XML:
<?xml version="1.0" encoding="utf-8" ?>
<AssignedAccessConfiguration
xmlns="https://schemas.microsoft.com/AssignedAccess/2017/config"
xmlns:rs5="https://schemas.microsoft.com/AssignedAccess/201810/config"
<Profiles>
<Profile Id="{a8b6976b-f258-48e7-aa4f-d59d32aa843e}">
<AllAppsList>
<AllowedApps>
<App DesktopAppPath="C:\Program Files (x86)\Mozilla Firefox\firefox.exe" rs5:AutoLaunch="true" />
<App DesktopAppPath="C:\Windows\explorer.exe" />
</AllowedApps>
</AllAppsList>
<StartLayout>
<![CDATA[<LayoutModificationTemplate xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification" Version="1" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout">
<LayoutOptions StartTileGroupCellWidth="6"/>
<DefaultLayoutOverride>
<StartLayoutCollection>
<defaultlayout:StartLayout GroupCellWidth="6">
<start:Group Name="">
<start
esktopApplicationTile DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk" Row="0" Column="0" Size="2x2"/>
<start
esktopApplicationTile DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Firefox.lnk" Row="0" Column="2" Size="2x2"/>
</start:Group>
</defaultlayout:StartLayout>
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>
]]>
</StartLayout>
<Taskbar ShowTaskbar="false"/>
</Profile>
</Profiles>
<Configs>
<Config>
<Account>MRM_Kiosk</Account>
<DefaultProfile Id="{a8b6976b-f258-48e7-aa4f-d59d32aa843e}"/>
</Config>
</Configs>
</AssignedAccessConfiguration>
XML-Ende.
Wenn ich die .ppkg auf dem Installierten Windows 10 Pro (Version 1903 Build 18362.476) einspielen möchte sehe ich unter "Einstellungen-->Konten-->Auf Arbeits- oder Schulkonto zugreifen--> Bereitstellungspaket hinzufügen oder entfernen den Fehler "Error during package installation". Habe das Benutzerkonto auch schon manuell erstellt (gleicher Name wie in xml-File) funktioniert aber auch nicht.
Besten Dank für eure Vorschläge bzgl weiterem Troubleshooting.
XML:
<?xml version="1.0" encoding="utf-8" ?>
<AssignedAccessConfiguration
xmlns="https://schemas.microsoft.com/AssignedAccess/2017/config"
xmlns:rs5="https://schemas.microsoft.com/AssignedAccess/201810/config"
<Profiles>
<Profile Id="{a8b6976b-f258-48e7-aa4f-d59d32aa843e}">
<AllAppsList>
<AllowedApps>
<App DesktopAppPath="C:\Program Files (x86)\Mozilla Firefox\firefox.exe" rs5:AutoLaunch="true" />
<App DesktopAppPath="C:\Windows\explorer.exe" />
</AllowedApps>
</AllAppsList>
<StartLayout>
<
<start

</start:Group>
</defaultlayout:StartLayout>
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>
]]>
</StartLayout>
<Taskbar ShowTaskbar="false"/>
</Profile>
</Profiles>
<Configs>
<Config>
<Account>MRM_Kiosk</Account>
<DefaultProfile Id="{a8b6976b-f258-48e7-aa4f-d59d32aa843e}"/>
</Config>
</Configs>
</AssignedAccessConfiguration>
XML-Ende.
Wenn ich die .ppkg auf dem Installierten Windows 10 Pro (Version 1903 Build 18362.476) einspielen möchte sehe ich unter "Einstellungen-->Konten-->Auf Arbeits- oder Schulkonto zugreifen--> Bereitstellungspaket hinzufügen oder entfernen den Fehler "Error during package installation". Habe das Benutzerkonto auch schon manuell erstellt (gleicher Name wie in xml-File) funktioniert aber auch nicht.
Besten Dank für eure Vorschläge bzgl weiterem Troubleshooting.