From a1bf87052819a7d70366f23b8095f5af02c4b5bc Mon Sep 17 00:00:00 2001
From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com>
Date: Mon, 7 Jul 2025 07:12:55 -0400
Subject: [PATCH 1/2] Update configuration-file.md
---
.../assigned-access/configuration-file.md | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/windows/configuration/assigned-access/configuration-file.md b/windows/configuration/assigned-access/configuration-file.md
index ad07fc474e..f9120bdba2 100644
--- a/windows/configuration/assigned-access/configuration-file.md
+++ b/windows/configuration/assigned-access/configuration-file.md
@@ -353,10 +353,21 @@ The following example hides the taskbar:
::: zone pivot="windows-11"
-You can customize the Taskbar by creating a custom layout and adding it to your XML file. To learn how to customize and export the Taskbar configuration, see [Customize the Taskbar](../taskbar/configure.md).
+To show or hide the taskbar, use the `ShowTaskbar` boolean attribute.
-> [!NOTE]
-> In Windows 11, the `ShowTaskbar` attribute is no-op. Configure it with a value of `true`.
+The following example exposes the taskbar:
+
+```xml
+
+```
+
+The following example hides the taskbar:
+
+```xml
+
+```
+
+To configure the applications pinned to the taskbar, create a custom layout and add it to your XML file. To learn how to customize and export the taskbar configuration, see [Configure the Windows taskbar](../taskbar/index.md).
With the exported Taskbar configuration, use the `v5:TaskbarLayout` element and add the content of the XML file. For example:
@@ -396,8 +407,6 @@ Here's an example of a custom Taskbar with a few apps pinned:
::: zone-end
-
-
## Configs
Under `Configs`, define one or more user accounts, or groups, and their association with a profile.
From 226714d9b5497660724d84ad3a0f53ae093b29de Mon Sep 17 00:00:00 2001
From: Padma Jayaraman
Date: Mon, 7 Jul 2025 17:17:54 +0530
Subject: [PATCH 2/2] Fixed a typo
---
windows/configuration/assigned-access/configuration-file.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/windows/configuration/assigned-access/configuration-file.md b/windows/configuration/assigned-access/configuration-file.md
index f9120bdba2..a0241dd1d1 100644
--- a/windows/configuration/assigned-access/configuration-file.md
+++ b/windows/configuration/assigned-access/configuration-file.md
@@ -446,7 +446,7 @@ The following example shows how to specify an account to sign in automatically,
```
>[!IMPORTANT]
->When Exchange Active Sync (EAS) password restrictions are active on the device, the autologon feature doesn't work. This behavior is by design. For more informations, see [How to turn on automatic logon in Windows](/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon).
+>When Exchange Active Sync (EAS) password restrictions are active on the device, the autologon feature doesn't work. This behavior is by design. For more information, see [How to turn on automatic logon in Windows](/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon).
### Global profile