mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 12:23:37 +00:00
Merge branch 'main' into patch-2
This commit is contained in:
@ -41,9 +41,10 @@ In Windows 10, version 1703, by using the PowerShell cmdlet `export-StartLayoutE
|
|||||||
|
|
||||||
**Example of secondary tiles in XML generated by Export-StartLayout**
|
**Example of secondary tiles in XML generated by Export-StartLayout**
|
||||||
|
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<start:SecondaryTile
|
<start:SecondaryTile
|
||||||
AppUserModelID="Microsoft.Windows.Edge_cw5n1h2txyewy!Microsoft.Edge.Edge"
|
AppUserModelID="Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe!App"
|
||||||
TileID="-9513911450"
|
TileID="-9513911450"
|
||||||
DisplayName="Bing"
|
DisplayName="Bing"
|
||||||
Size="2x2"
|
Size="2x2"
|
||||||
@ -57,8 +58,6 @@ In Windows 10, version 1703, by using the PowerShell cmdlet `export-StartLayoutE
|
|||||||
/>
|
/>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Export Start layout and assets
|
## Export Start layout and assets
|
||||||
|
|
||||||
1. Follow the instructions in [Customize and export Start layout](customize-and-export-start-layout.md#customize-the-start-screen-on-your-test-computer) to customize the Start screen on your test computer.
|
1. Follow the instructions in [Customize and export Start layout](customize-and-export-start-layout.md#customize-the-start-screen-on-your-test-computer) to customize the Start screen on your test computer.
|
||||||
@ -130,6 +129,7 @@ In Microsoft Intune, you create a device restrictions policy to apply to device
|
|||||||
The **export-StartLayout** and **export-StartLayoutEdgeAssets** cmdlets produce XML files. Because Windows Configuration Designer produces a customizations.xml file that contains the configuration settings, adding the Start layout and Edge assets sections to the customizations.xml file directly would result in an XML file embedded in an XML file. Before you add the Start layout and Edge assets sections to the customizations.xml file, you must replace the markup characters in your layout.xml with escape characters.
|
The **export-StartLayout** and **export-StartLayoutEdgeAssets** cmdlets produce XML files. Because Windows Configuration Designer produces a customizations.xml file that contains the configuration settings, adding the Start layout and Edge assets sections to the customizations.xml file directly would result in an XML file embedded in an XML file. Before you add the Start layout and Edge assets sections to the customizations.xml file, you must replace the markup characters in your layout.xml with escape characters.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
1. Copy the contents of layout.xml into an online tool that escapes characters.
|
1. Copy the contents of layout.xml into an online tool that escapes characters.
|
||||||
|
|
||||||
2. Copy the contents of assets.xml into an online tool that escapes characters.
|
2. Copy the contents of assets.xml into an online tool that escapes characters.
|
||||||
@ -139,6 +139,7 @@ The **export-StartLayout** and **export-StartLayoutEdgeAssets** cmdlets produce
|
|||||||
#### Create a provisioning package that contains a customized Start layout
|
#### Create a provisioning package that contains a customized Start layout
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Use the Windows Configuration Designer tool to create a provisioning package. [Learn how to install Windows Configuration Designer.](provisioning-packages/provisioning-install-icd.md)
|
Use the Windows Configuration Designer tool to create a provisioning package. [Learn how to install Windows Configuration Designer.](provisioning-packages/provisioning-install-icd.md)
|
||||||
|
|
||||||
>[!IMPORTANT]
|
>[!IMPORTANT]
|
||||||
|
Reference in New Issue
Block a user