From 0860714667af7fc40df5ad6089b8b3a4a2bb8c28 Mon Sep 17 00:00:00 2001
From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com>
Date: Tue, 13 Feb 2024 11:24:40 +0100
Subject: [PATCH] test table
---
windows/configuration/kiosk/create-xml.md | 84 +++++++++++++++++++++++
1 file changed, 84 insertions(+)
diff --git a/windows/configuration/kiosk/create-xml.md b/windows/configuration/kiosk/create-xml.md
index 44c99b1460..0949320b77 100644
--- a/windows/configuration/kiosk/create-xml.md
+++ b/windows/configuration/kiosk/create-xml.md
@@ -291,3 +291,87 @@ This is different from the Automatically hide the taskbar option in tablet mode,
```
::: zone-end
+
+
+
+
+
+
+
+
+
+
+:::row:::
+ :::column:::
+ **Scenario**
+ :::column-end:::
+ :::column:::
+ **Sample Xml**
+ :::column-end:::
+:::row-end:::
+:::row:::
+ :::column:::
+ **Block everything**
+ :::column-end:::
+ :::column:::
+ Either use empty node
+
+ ```xml
+
+ ```
+
+ Or don't use the node
+ :::column-end:::
+:::row-end:::
+:::row:::
+ :::column:::
+ **Only allow downloads**
+ :::column-end:::
+ :::column:::
+ ```xml
+
+
+
+ ```
+ :::column-end:::
+:::row-end:::
+
+:::row:::
+ :::column:::
+ **Only allow removable drives**
+ :::column-end:::
+ :::column:::
+ ```xml
+
+
+
+ ```
+ :::column-end:::
+:::row-end:::
+
+:::row:::
+ :::column:::
+ **Allow both Downloads, and removable drives**
+ :::column-end:::
+ :::column:::
+ ```xml
+
+
+
+
+ ```
+ :::column-end:::
+:::row-end:::
+
+:::row:::
+ :::column:::
+ **No restrictions, all locations are allowed**
+ :::column-end:::
+ :::column:::
+ ```xml
+
+
+
+ ```
+ :::column-end:::
+:::row-end:::