Merge pull request #10974 from MicrosoftDocs/paolomatarazzo-patch-1

Update configuration-file.md
This commit is contained in:
Padma Jayaraman
2025-07-07 17:22:25 +05:30
committed by GitHub

View File

@ -353,10 +353,21 @@ The following example hides the taskbar:
::: zone pivot="windows-11" ::: 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] The following example exposes the taskbar:
> In Windows 11, the `ShowTaskbar` attribute is no-op. Configure it with a value of `true`.
```xml
<Taskbar ShowTaskbar="true"/>
```
The following example hides the taskbar:
```xml
<Taskbar ShowTaskbar="false"/>
```
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: 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 ::: zone-end
<!--here-->
## Configs ## Configs
Under `Configs`, define one or more user accounts, or groups, and their association with a profile. Under `Configs`, define one or more user accounts, or groups, and their association with a profile.
@ -437,7 +446,7 @@ The following example shows how to specify an account to sign in automatically,
``` ```
>[!IMPORTANT] >[!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 ### Global profile