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::: + +