diff --git a/images/icons/accessibility.svg b/images/icons/accessibility.svg
new file mode 100644
index 0000000000..21a6b4f235
--- /dev/null
+++ b/images/icons/accessibility.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/images/icons/explorer.svg b/images/icons/explorer.svg
new file mode 100644
index 0000000000..070605d32b
--- /dev/null
+++ b/images/icons/explorer.svg
@@ -0,0 +1,88 @@
+
diff --git a/images/icons/information.svg b/images/icons/information.svg
new file mode 100644
index 0000000000..bc692eabb9
--- /dev/null
+++ b/images/icons/information.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/images/icons/intune.svg b/images/icons/intune.svg
new file mode 100644
index 0000000000..6e0d938aed
--- /dev/null
+++ b/images/icons/intune.svg
@@ -0,0 +1,24 @@
+
\ No newline at end of file
diff --git a/images/icons/powershell.svg b/images/icons/powershell.svg
new file mode 100644
index 0000000000..b23a99c61d
--- /dev/null
+++ b/images/icons/powershell.svg
@@ -0,0 +1,9 @@
+
diff --git a/images/icons/provisioning-package.svg b/images/icons/provisioning-package.svg
new file mode 100644
index 0000000000..dbbad7d780
--- /dev/null
+++ b/images/icons/provisioning-package.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/images/icons/registry.svg b/images/icons/registry.svg
new file mode 100644
index 0000000000..bc4aa2f534
--- /dev/null
+++ b/images/icons/registry.svg
@@ -0,0 +1,9 @@
+
diff --git a/images/icons/settings.svg b/images/icons/settings.svg
new file mode 100644
index 0000000000..9ec19d16aa
--- /dev/null
+++ b/images/icons/settings.svg
@@ -0,0 +1,19 @@
+
diff --git a/images/icons/windows-os.svg b/images/icons/windows-os.svg
new file mode 100644
index 0000000000..da64baf975
--- /dev/null
+++ b/images/icons/windows-os.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/includes/tabs/explorer.md b/includes/tabs/explorer.md
new file mode 100644
index 0000000000..b2e159dd92
--- /dev/null
+++ b/includes/tabs/explorer.md
@@ -0,0 +1,8 @@
+---
+author: paolomatarazzo
+ms.author: paoloma
+ms.topic: include
+ms.date: 01/11/2024
+---
+
+# [:::image type="icon" source="../images/icons/explorer.svg"::: **Explorer**](#tab/explorer)
\ No newline at end of file
diff --git a/includes/tabs/powershell.md b/includes/tabs/powershell.md
new file mode 100644
index 0000000000..fc84d52696
--- /dev/null
+++ b/includes/tabs/powershell.md
@@ -0,0 +1,8 @@
+---
+author: paolomatarazzo
+ms.author: paoloma
+ms.topic: include
+ms.date: 01/11/2024
+---
+
+# [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps)
diff --git a/includes/tabs/registry.md b/includes/tabs/registry.md
new file mode 100644
index 0000000000..bb74645067
--- /dev/null
+++ b/includes/tabs/registry.md
@@ -0,0 +1,8 @@
+---
+author: paolomatarazzo
+ms.author: paoloma
+ms.topic: include
+ms.date: 01/11/2024
+---
+
+# [:::image type="icon" source="../images/icons/registry.svg"::: **Registry**](#tab/registry)
\ No newline at end of file
diff --git a/windows/configuration/kiosk/find-aumid.md b/windows/configuration/kiosk/find-aumid.md
index f0eff89a05..84528f0f8b 100644
--- a/windows/configuration/kiosk/find-aumid.md
+++ b/windows/configuration/kiosk/find-aumid.md
@@ -29,7 +29,7 @@ Get-StartApps
>[!NOTE]
>Applications that are not listed in the Start menu will not appear in the output of the **Get-StartApps** cmdlet.
-To get the names and AUMIDs for Windows Store apps installed for the current user, open a Windows PowerShell command prompt and enter the following commands:
+To get the names and AUMIDs for Microsoft Store apps installed for the current user, open a Windows PowerShell command prompt and enter the following commands:
```powershell
$installedapps = Get-AppxPackage
@@ -112,3 +112,19 @@ reg query HKEY_CURRENT_USER\Software\Classes\ActivatableClasses\Package /s /f Ap
```
---
+
+## Second part
+
+[!INCLUDE [registry](../../../includes/tabs/registry.md)]
+
+test1
+
+[!INCLUDE [explorer](../../../includes/tabs/explorer.md)]
+
+test2
+
+[!INCLUDE [powershell](../../../includes/tabs/powershell.md)]
+
+test3
+
+---