mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 20:03:40 +00:00
Add redirections for Windows configuration and start menu customization
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -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:
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
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.
|
||||||
|
@ -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.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
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).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user