mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 13:23:36 +00:00
Windows/Configuration: broken header+missing space
- Repair a broken MarkDown (MD) header by adding a blank line between it and its preceding HTML tag, which up until now has disabled the header - Set correct MarkDown spacing for Note/Tip/important block indents (1 space between the indent marker and its text content)
This commit is contained in:
@ -47,6 +47,7 @@ Three features enable Start and taskbar layout control:
|
||||
- In Windows Configuration Designer, you use the **Policies/Start/StartLayout** setting to provide the contents of the .xml file that defines the Start and taskbar layout.
|
||||
|
||||
<span id="escape"/>
|
||||
|
||||
## Prepare the Start layout XML file
|
||||
|
||||
The **Export-StartLayout** cmdlet produces an XML file. Because Windows Configuration Designer produces a customizations.xml file that contains the configuration settings, adding the Start layout section to the customizations.xml file directly would result in an XML file embedded in an XML file. Before you add the Start layout section to the customizations.xml file, you must replace the markup characters in your layout.xml with escape characters.
|
||||
|
Reference in New Issue
Block a user