Merge pull request #10822 from MicrosoftDocs/main
Some checks failed
(Scheduled) Publish to live / auto-publish (push) Has been cancelled
(Scheduled) Mark stale pull requests / stale (push) Has been cancelled

[AutoPublish] main to live - 04/29 04:28 PDT | 04/29 16:58 IST
This commit is contained in:
Padma Jayaraman 2025-04-29 17:03:57 +05:30 committed by GitHub
commit b9f58bd54b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ Here are some considerations before you start configuring the taskbar pinned app
- If you specify an app to be pinned that isn't provisioned for the user on the device, the pinned icon doesn't appear on the taskbar
- The order of applications in the XML file dictates the order of pinned apps on the taskbar, from left to right. If the OS is configured to use a right-to-left language, then the taskbar order is reversed
- By default, any pins provisioned via policy settings are restored upon the next policy update cycle, even when users unpin them
- On [Windows Insider (Beta Channel)][KB-1] devices, users can unpin apps pinned via policy settings, if allowed by the policy. The pins won't be repinned during the next policy update cycle
- Starting with [Windows Insider (Beta Channel)][KB-1], users can unpin apps pinned via policy settings, if allowed by the policy. The pins won't be repinned during the next policy update cycle
- Applications can be pinned using the following methods:
- Default Windows apps, pinned during the OS installation. For example: Microsoft Edge, File Explorer, and Store. These applications are pinned first (blue square)
- Pinned manually by the user. These applications are pinned next to the default pinned apps (red circle)
@ -112,7 +112,7 @@ You can change the apps pinned to the taskbar by modifying the `<TaskbarLayout>`
[!INCLUDE [insider-setting](../includes/insider-setting.md)]
On [Windows Insider 22635.5305 (Beta Channel)][KB-1] devices, you can allow certain pinned apps to be unpinned by users. This is useful when you want to allow users to unpin apps that are pinned via policy settings, but you don't want the pins to be pinned again during the next policy update cycle.
Starting with [Windows Insider 22635.5305 (Beta Channel)][KB-1], you can allow certain pinned apps to be unpinned by users. This is useful when you want to allow users to unpin apps that are pinned via policy settings, but you don't want the pins to be pinned again during the next policy update cycle.
To use this option, add `PinGeneration="1"` to the pins you want to allow users to unpin. The value of `PinGeneration` can be any number, and it's used to identify the pin version. If the value changes, the app is pinned again during the next policy update cycle. This allows IT admins to repin an app, if needed.
@ -130,7 +130,7 @@ Some tips for using `PinGeneration`:
- For simple management, always increment the `PinGeneration` number and don't reuse numbers
> [!CAUTION]
> The `PinGeneration` option is only available on [Windows Insider (Beta Channel)][KB-1] devices. Only assign this policy to such devices, otherwise the taskbar pins don't apply.
> The `PinGeneration` option is only available starting with [Windows Insider 22635.5305 (Beta Channel)][KB-1]. Only assign this policy to such devices, otherwise the taskbar pins don't apply.
>
>- With Microsoft Intune you can use [filters](/intune/intune-service/fundamentals/filters) to target only devices with the required patch
>- With GPO you can use [WMI filters](/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc732796(v=ws.11)) to target only devices with the required patch
@ -213,7 +213,7 @@ To replace all default pins and add your own pins, add `PinListPlacement="Replac
#### Example: allow unpinning of specific apps
> [!NOTE]
> The option to allow users to unpin apps is only available on [Windows Insider (Beta Channel)][KB-1] devices.
> The option to allow users to unpin apps is only available starting with [Windows Insider 22635.5305 (Beta Channel)][KB-1].
In the following XML example, three apps are pinned to the taskbar. Two apps are pinned with the `PinGeneration` attribute, allowing users to unpin them and preventing repinning during the next policy update cycle.