From 6037d535995c032a051eb0ddd5d4e3666820e03d Mon Sep 17 00:00:00 2001 From: MandiOhlinger Date: Thu, 9 Sep 2021 19:55:14 -0400 Subject: [PATCH] saving changes --- windows/configuration/TOC.yml | 16 ++++-- .../customize-taskbar-windows-11.md | 55 ++++++++++++++++--- .../supported-csp-taskbar-windows.md | 29 +++++----- 3 files changed, 75 insertions(+), 25 deletions(-) diff --git a/windows/configuration/TOC.yml b/windows/configuration/TOC.yml index d5ce0457f4..f2f974f0c8 100644 --- a/windows/configuration/TOC.yml +++ b/windows/configuration/TOC.yml @@ -4,10 +4,18 @@ items: - name: Windows 11 items: - - name: Start menu layout - href: use-json-customize-start-menu-windows.md - - name: Supported Start menu CSPs - href: supported-csp-start-menu-layout-windows.md + - name: Start menu + items: + - name: Customize Start menu layout + href: use-json-customize-start-menu-windows.md + - name: Supported Start menu CSPs + href: supported-csp-start-menu-layout-windows.md + - name: Taskbar + items: + - name: Customize Taskbar + href: customize-taskbar-windows-11.md + - name: Supported Taskbar CSPs + href: supported-csp-taskbar-windows.md - name: Windows 10 Start and taskbar items: - name: Start layout and taskbar diff --git a/windows/configuration/customize-taskbar-windows-11.md b/windows/configuration/customize-taskbar-windows-11.md index 9cc1f10e7a..489d1c5554 100644 --- a/windows/configuration/customize-taskbar-windows-11.md +++ b/windows/configuration/customize-taskbar-windows-11.md @@ -1,6 +1,6 @@ --- title: Configure and customize Windows 11 taskbar | Microsoft Docs -description: On Windows 11 devices devices, iin additional apps to the taskbar and remove default pinned apps from the taskbar by adding a section to a layout modification XML file. +description: On Windows 11 devices, pin and unpin default apps and organization apps on the taskbar using an XML file. Deploy the taskbar XML file using Group Policy or MDM and Microsoft Intune. See what happens to the taskbar when the Windows OS client is installed or upgraded. ms.assetid: manager: dougeby ms.author: mandia @@ -10,11 +10,11 @@ ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: mobile author: MandiOhlinger -ms.date: 09/08/2021 +ms.date: 09/09/2021 ms.localizationpriority: medium --- -# Pin apps to the Taskbar on Windows 11 +# Customize the Taskbar on Windows 11 **Applies to**: @@ -22,7 +22,7 @@ ms.localizationpriority: medium > **Looking for OEM information?** See [Customize the Taskbar](/windows-hardware/customize/desktop/customize-the-windows-11-taskbar) and [Customize the Start layout](/windows-hardware/customize/desktop/customize-the-windows-11-start-menu). -Your organization can deploy a customized taskbar to your Windows 11 devices. Customizing the taskbar is common when your organization uses a common set of apps, or wants to bring attention to specific apps. You can also remove the default pinned apps. +Your organization can deploy a customized taskbar to your Windows devices. Customizing the taskbar is common when your organization uses a common set of apps, or wants to bring attention to specific apps. You can also remove the default pinned apps. For example, you can override the default set of apps with your own a set of pinned apps, and in the order you choose. As an administrator, use this feature to pin apps, remove default pinned apps, order the apps, and more on the taskbar. @@ -48,7 +48,9 @@ This article shows you how to create the XML file, add apps to the XML, and depl ## Create the XML file -1. In a text editor, such as Visual Studio Code, create a new XML file. To help you get started, you can copy and paste the following XML sample. The sample pins two apps to the taskbar - Microsoft Edge and File Explorer: +1. In a text editor, such as Visual Studio Code, create a new XML file. To help you get started, you can copy and paste the following XML sample. The sample pins 2 apps to the taskbar - Microsoft Edge and File Explorer: + + ??Need to confirm XML syntax since start doesn't use XML anymore?? ```xml @@ -90,6 +92,8 @@ This article shows you how to create the XML file, add apps to the XML, and depl - If the `` node doesn't have a region tag for the current region, then the first `` node with no region is applied. - ??What happens if only a region is added, and device is configured with a different region? I assume no apps are pinned (other than the default)?? + ??Need to confirm XML syntax since start doesn't use XML anymore?? + ```xml Personalization > Start > Show recently opened items in Jump Lists on Start or the taskbar +- [Start/NoPinningToTaskbar](/windows/client-management/mdm/policy-csp-start#start-nopinningtotaskbar) + - Group policy: User Configuration\Administrative Templates\Start Menu and Taskbar\Do not allow pinning programs to the Taskbar or Removed pinned programs from the Taskbar? Which one?? + - Local setting: None -All settings - -Group policy: User Configuration\Administrative Templates\Prevent changes to Taskbar and Start Menu Settings -Local setting: None - - -Taskbar - -Local setting: None -MDM policy: Start/NoPinningToTaskbar +## ??Add an unsupported section??