From 2768fa3c90939139daf6ad3197252c5c4a4c23e6 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:02:45 +0100 Subject: [PATCH] Update kiosk create-xml.md with new scenarios and troubleshooting information --- windows/configuration/kiosk/create-xml.md | 38 +++++++++++++++++------ 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/windows/configuration/kiosk/create-xml.md b/windows/configuration/kiosk/create-xml.md index 0949320b77..53ef88a0d8 100644 --- a/windows/configuration/kiosk/create-xml.md +++ b/windows/configuration/kiosk/create-xml.md @@ -302,7 +302,7 @@ This is different from the Automatically hide the taskbar option in tablet mode, :::row::: - :::column::: + :::column span="1"::: **Scenario** :::column-end::: :::column::: @@ -314,17 +314,16 @@ This is different from the Automatically hide the taskbar option in tablet mode, **Block everything** :::column-end::: :::column::: - Either use empty node + Either don't use the node or leave it empty ```xml - + + ``` - - Or don't use the node :::column-end::: :::row-end::: :::row::: - :::column::: + :::column span="1"::: **Only allow downloads** :::column-end::: :::column::: @@ -337,7 +336,7 @@ This is different from the Automatically hide the taskbar option in tablet mode, :::row-end::: :::row::: - :::column::: + :::column span="1"::: **Only allow removable drives** :::column-end::: :::column::: @@ -350,7 +349,7 @@ This is different from the Automatically hide the taskbar option in tablet mode, :::row-end::: :::row::: - :::column::: + :::column span="1"::: **Allow both Downloads, and removable drives** :::column-end::: :::column::: @@ -364,7 +363,7 @@ This is different from the Automatically hide the taskbar option in tablet mode, :::row-end::: :::row::: - :::column::: + :::column span="1"::: **No restrictions, all locations are allowed** :::column-end::: :::column::: @@ -375,3 +374,24 @@ This is different from the Automatically hide the taskbar option in tablet mode, ``` :::column-end::: :::row-end::: + +