Add redirections for Windows configuration and start menu customization

This commit is contained in:
Paolo Matarazzo
2024-03-05 07:45:29 -05:00
parent 1888f8a478
commit d696e1ac6c
3 changed files with 32 additions and 5 deletions

View File

@ -809,6 +809,36 @@
"source_path": "windows/configuration/kiosk/kiosk-prepare.md", "source_path": "windows/configuration/kiosk/kiosk-prepare.md",
"redirect_url": "/windows/configuration/assigned-access/recommendations", "redirect_url": "/windows/configuration/assigned-access/recommendations",
"redirect_document_id": false "redirect_document_id": false
},
{
"source_path": "windows/configuration/start/customize-start-menu-layout-windows-11.md",
"redirect_url": "/windows/configuration/start/customize-and-export-start-layout",
"redirect_document_id": false
},
{
"source_path": "windows/configuration/start/customize-windows-10-start-screens-by-using-group-policy.md",
"redirect_url": "/windows/configuration/start/customize-and-export-start-layout",
"redirect_document_id": false
},
{
"source_path": "windows/configuration/start/customize-windows-10-start-screens-by-using-mobile-device-management.md",
"redirect_url": "/windows/configuration/start/customize-and-export-start-layout",
"redirect_document_id": false
},
{
"source_path": "windows/configuration/start/customize-windows-10-start-screens-by-using-provisioning-packages-and-icd.md",
"redirect_url": "/windows/configuration/start/customize-and-export-start-layout",
"redirect_document_id": false
},
{
"source_path": "windows/configuration/taskbar/configure-windows-10-taskbar.md",
"redirect_url": "/windows/configuration/taskbar",
"redirect_document_id": false
},
{
"source_path": "windows/configuration/taskbar/customize-taskbar-windows-11.md",
"redirect_url": "/windows/configuration/taskbar",
"redirect_document_id": false
} }
] ]
} }

View File

@ -4,6 +4,7 @@ description: Learn how to customize the Windows Start layout and export the conf
ms.topic: how-to ms.topic: how-to
ms.date: 03/04/2024 ms.date: 03/04/2024
zone_pivot_groups: windows-versions-11-10 zone_pivot_groups: windows-versions-11-10
appliesto:
ms.collection: ms.collection:
- tier1 - tier1
--- ---
@ -411,8 +412,6 @@ Use the Windows Configuration Designer tool to create a provisioning package. [L
1. Open the customizations.xml file in a text editor. The **<Customizations>** section will look like this: 1. Open the customizations.xml file in a text editor. The **<Customizations>** section will look like this:
![Customizations file with the placeholder text to replace highlighted.](images/customization-start.png)
1. Replace **layout.xml** with the text from the layout.xml file, [with markup characters replaced with escape characters](#escape). 1. Replace **layout.xml** with the text from the layout.xml file, [with markup characters replaced with escape characters](#escape).
1. Save and close the customizations.xml file. 1. Save and close the customizations.xml file.

View File

@ -149,9 +149,7 @@ Use the Windows Configuration Designer tool to create a provisioning package. [L
1. In File Explorer, open the project's directory. (The default location is C:\Users\\*user name*\Documents\Windows Imaging and Configuration Designer (WICD)\\*project name*) 1. In File Explorer, open the project's directory. (The default location is C:\Users\\*user name*\Documents\Windows Imaging and Configuration Designer (WICD)\\*project name*)
1. Open the customizations.xml file in a text editor. The **<Customizations>** section will look like this: 1. Open the customizations.xml file in a text editor.
![Customizations file with the placeholder text to replace highlighted.](images/customization-start-edge.png)
1. Replace **layout.xml** with the text from the layout.xml file, [with markup characters replaced with escape characters](#escape). 1. Replace **layout.xml** with the text from the layout.xml file, [with markup characters replaced with escape characters](#escape).