S
Sebastian0x10
Guest
Hello,
seems like iam the only one in this world, who would like to deploy a
Windows 10 Kiosk with a Single-Page-Full-Screen-Browser and USB ...
I tried a lot of different approaches ...
- Single-App-Kiosk from local settings with Full-Screen-Browser -> no access to file system possible
- Single-App-Kiosk via Provisioning Package Designer -> No Startpage configureable (Full-Screen Edge blank page)
In the deepths of the internet i rode: A single-App-Kiosk is not intended to access the file system AT ALL.
So i had to go with a Multi-App-Kiosk and here is the Config witch gets really close to our what i want:
<?xml version="1.0" encoding="utf-8" ?>
<AssignedAccessConfiguration
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
xmlns:v2="http://schemas.microsoft.com/AssignedAccess/201810/config"
xmlns:v3="http://schemas.microsoft.com/AssignedAccess/2020/config"
>
<Profiles>
<Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C27}">
<AllAppsList>
<AllowedApps>
<App AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" v2:AutoLaunch="true"/>
</AllowedApps>
</AllAppsList>
<v2:FileExplorerNamespaceRestrictions>
<v2:AllowedNamespace Name="Downloads"/>
<v3:AllowRemovableDrives/>
</v2: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="Webbrowser für DIAS">
<start:Tile Size="2x2" Column="0" Row="0" AppUserModelID="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
</start:Group>
</defaultlayout:StartLayout>
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>
]]>
</StartLayout>
<Taskbar ShowTaskbar="false"/>
</Profile>
</Profiles>
<Configs>
<Config>
<Account>MultiAppKioskUser</Account>
<DefaultProfile Id="{9A2A490F-10F6-4764-974A-43B19E722C27}"/>
</Config>
</Configs>
</AssignedAccessConfiguration>
After login from the Kioskuser, Edge Starts in Full-Screen-Mode with blank Page. Where to configure the start page in this case? When i give an Argument like
v2:AutoLaunchArguments="Teacher Appreciation Week 2020"
nothing happens. Ive also configured the Startpage in local GPO and in the Edge itself.
If i switch the "ConfigureKioskMode"-Option from "not configured" to " ... Privat Browsing - limited features", the browser opens the Startpage but is not in full-screen anymore, which provides the addressbar.
Is there anyone in this world who can help me with this?
Best regards
Sebastian0x10
More...
seems like iam the only one in this world, who would like to deploy a
Windows 10 Kiosk with a Single-Page-Full-Screen-Browser and USB ...
I tried a lot of different approaches ...
- Single-App-Kiosk from local settings with Full-Screen-Browser -> no access to file system possible
- Single-App-Kiosk via Provisioning Package Designer -> No Startpage configureable (Full-Screen Edge blank page)
In the deepths of the internet i rode: A single-App-Kiosk is not intended to access the file system AT ALL.
So i had to go with a Multi-App-Kiosk and here is the Config witch gets really close to our what i want:
<?xml version="1.0" encoding="utf-8" ?>
<AssignedAccessConfiguration
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
xmlns:v2="http://schemas.microsoft.com/AssignedAccess/201810/config"
xmlns:v3="http://schemas.microsoft.com/AssignedAccess/2020/config"
>
<Profiles>
<Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C27}">
<AllAppsList>
<AllowedApps>
<App AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" v2:AutoLaunch="true"/>
</AllowedApps>
</AllAppsList>
<v2:FileExplorerNamespaceRestrictions>
<v2:AllowedNamespace Name="Downloads"/>
<v3:AllowRemovableDrives/>
</v2: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="Webbrowser für DIAS">
<start:Tile Size="2x2" Column="0" Row="0" AppUserModelID="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
</start:Group>
</defaultlayout:StartLayout>
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>
]]>
</StartLayout>
<Taskbar ShowTaskbar="false"/>
</Profile>
</Profiles>
<Configs>
<Config>
<Account>MultiAppKioskUser</Account>
<DefaultProfile Id="{9A2A490F-10F6-4764-974A-43B19E722C27}"/>
</Config>
</Configs>
</AssignedAccessConfiguration>
After login from the Kioskuser, Edge Starts in Full-Screen-Mode with blank Page. Where to configure the start page in this case? When i give an Argument like
v2:AutoLaunchArguments="Teacher Appreciation Week 2020"
nothing happens. Ive also configured the Startpage in local GPO and in the Edge itself.
If i switch the "ConfigureKioskMode"-Option from "not configured" to " ... Privat Browsing - limited features", the browser opens the Startpage but is not in full-screen anymore, which provides the addressbar.
Is there anyone in this world who can help me with this?
Best regards
Sebastian0x10
More...