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