Update AssignedAccess configuration and Start menu customization

This commit is contained in:
Paolo Matarazzo
2024-03-01 13:32:20 -05:00
parent 180b0f7b1b
commit 376115eb14
2 changed files with 12 additions and 10 deletions

View File

@ -14,6 +14,8 @@ ms.date: 02/29/2024
The AssignedAccess configuration service provider (CSP) is used to configure a kiosk or restricted user experience. Once the CSP is executed, the next user login that is associated with the Assigned Access profile puts the device into the kiosk mode specified in the CSP configuration.
To learn more about how to configure Assigned Access, see [Configure kiosks and restricted user experiences](/windows/configuration/assigned-access).
Test relative link: [Configure kiosks and restricted user experiences](../../configuration/assigned-access/index.md)
<!-- AssignedAccess-Editable-End -->
<!-- AssignedAccess-Tree-Begin -->

View File

@ -151,11 +151,11 @@ Example:
### Start menu customizations
For a restricted user experience profile, you must define the Start layout. The Start layout contains a list of applications that are pinned to the Start menu. You can choose to pin all the allowed applications to the Start menu, or a subset. The easiest way to create a customized Start layout is to configure the Start menu on a test device and then export the layout.
For a restricted user experience profile (`AllAppList`), you must define the Start layout. The Start layout contains a list of applications that are pinned to the Start menu. You can choose to pin all the allowed applications to the Start menu, or a subset. The easiest way to create a customized Start layout is to configure the Start menu on a test device and then export the layout.
::: zone pivot="windows-10"
To learn more, see [Customize the Start menu](../start/customize-and-export-start-layout.md)
To learn how to customize and export a Start menu configuration, see [Customize the Start menu](../start/customize-and-export-start-layout.md).
With the exported Start menu configuration, use the `StartLayout` element and add the content of the XML file. For example:
@ -202,7 +202,9 @@ Example with some apps pinned:
::: zone pivot="windows-11"
To learn more, see [Customize the Start menu](../start/customize-start-menu-layout-windows-11.md)
To learn how to customize and export a Start menu configuration, see [Customize the Start menu](../start/customize-start-menu-layout-windows-11.md).
### StartPins
With the exported Start menu configuration, use the `v5:StartPins` element and add the content of the JSON file. For example:
@ -236,7 +238,7 @@ Example with some apps pinned:
You can't pin apps on the taskbar in a restricted user experience, and it's not supported to configure a Taskbar layout using the `<CustomTaskbarLayoutCollection>` tag in a layout modification XML as part of the Assigned Access configuration.
The only Taskbar customization available in Windows 10 is the possiblity to show or hide it, using the `ShowTaskbar` boolean attribute.
The only Taskbar customization available is the possiblity to show or hide it, using the `ShowTaskbar` boolean attribute.
The following example exposes the taskbar:
@ -257,7 +259,9 @@ 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 more, see [Customize the Taskbar](../taskbar/customize-taskbar-windows-11.md).
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/customize-taskbar-windows-11.md).
With the exported Taskbar configuration, use the `v5:TaskbarLayout` element and add the content of the XML file. For example:
> [!NOTE]
> In Windows 11, the `ShowTaskbar` attribute is no-op. Configure it with a value of `true`.
@ -290,15 +294,11 @@ Here's an example of a custom Taskbar with a few apps pinned:
::: zone-end
<!-- I'm here -->
::: zone pivot="windows-11"
### StartPins
### TaskbarLayout
### Taskbar
::: zone-end