From 20a36421f5ef758a4013b9d3b99ebbff69b4e438 Mon Sep 17 00:00:00 2001 From: Ari Krumbein <51719735+arkrumbe@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:02:31 -0500 Subject: [PATCH 1/3] Learn Editor: Update pinned-apps.md --- windows/configuration/taskbar/pinned-apps.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/windows/configuration/taskbar/pinned-apps.md b/windows/configuration/taskbar/pinned-apps.md index f7cbe59725..f62c527665 100644 --- a/windows/configuration/taskbar/pinned-apps.md +++ b/windows/configuration/taskbar/pinned-apps.md @@ -50,9 +50,10 @@ The following steps describe how to configure the taskbar pinned applications us 1. Edit the XML file to meet your requirements and save it 1. Deploy the XML file to devices using configuration service provider (CSP), provisioning packages (PPKG), or group policy (GPO) ->[!IMPORTANT] ->If you use a provisioning package or `import-startlayout` to configure the taskbar, your configuration will be reapplied each time the `explorer.exe` process restarts. If your configuration pins an app and the user then unpins that app, the user's change will be overwritten the next time the configuration is applied. To apply a taskbar configuration that allows users to make changes that will persist, apply your configuration by using CSP or GPO. - +> [!IMPORTANT] +> If you use a provisioning package to configure the taskbar, your configuration will be reapplied each time the `explorer.exe` process restarts. If your configuration pins an app and the user then unpins that app, the user's change will be overwritten the next time the configuration is applied. To apply a taskbar configuration that allows users to make changes that will persist, apply your configuration by using CSP or GPO. +> [!CAUTION] +> The use of the `Import-StartLayout` Powershell cmdlet to provision the Taskbar layout is no longer supported in Windows 11. The only supported configuration in Windows 11 is to use a provisioning package. ::: zone pivot="windows-10" >[!NOTE] From c0413aa7738be902d7385649dcb142dd7ef4845a Mon Sep 17 00:00:00 2001 From: Ari Krumbein <51719735+arkrumbe@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:04:03 -0500 Subject: [PATCH 2/3] Learn Editor: Update pinned-apps.md --- windows/configuration/taskbar/pinned-apps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/configuration/taskbar/pinned-apps.md b/windows/configuration/taskbar/pinned-apps.md index f62c527665..f13b864eee 100644 --- a/windows/configuration/taskbar/pinned-apps.md +++ b/windows/configuration/taskbar/pinned-apps.md @@ -52,6 +52,7 @@ The following steps describe how to configure the taskbar pinned applications us > [!IMPORTANT] > If you use a provisioning package to configure the taskbar, your configuration will be reapplied each time the `explorer.exe` process restarts. If your configuration pins an app and the user then unpins that app, the user's change will be overwritten the next time the configuration is applied. To apply a taskbar configuration that allows users to make changes that will persist, apply your configuration by using CSP or GPO. + > [!CAUTION] > The use of the `Import-StartLayout` Powershell cmdlet to provision the Taskbar layout is no longer supported in Windows 11. The only supported configuration in Windows 11 is to use a provisioning package. ::: zone pivot="windows-10" From f1b5ae33a93e22fdbf7ce8730217e2620347b092 Mon Sep 17 00:00:00 2001 From: Ari Krumbein <51719735+arkrumbe@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:42:37 -0500 Subject: [PATCH 3/3] Learn Editor: Update pinned-apps.md --- windows/configuration/taskbar/pinned-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/configuration/taskbar/pinned-apps.md b/windows/configuration/taskbar/pinned-apps.md index f13b864eee..b29c96b947 100644 --- a/windows/configuration/taskbar/pinned-apps.md +++ b/windows/configuration/taskbar/pinned-apps.md @@ -54,7 +54,7 @@ The following steps describe how to configure the taskbar pinned applications us > If you use a provisioning package to configure the taskbar, your configuration will be reapplied each time the `explorer.exe` process restarts. If your configuration pins an app and the user then unpins that app, the user's change will be overwritten the next time the configuration is applied. To apply a taskbar configuration that allows users to make changes that will persist, apply your configuration by using CSP or GPO. > [!CAUTION] -> The use of the `Import-StartLayout` Powershell cmdlet to provision the Taskbar layout is no longer supported in Windows 11. The only supported configuration in Windows 11 is to use a provisioning package. +> The use of the `Import-StartLayout` PowerShell cmdlet to provision the Taskbar layout is no longer supported in Windows 11. The only supported configuration in Windows 11 is to use a provisioning package. ::: zone pivot="windows-10" >[!NOTE]