Merge pull request #4355 from NReilingh/patch-1

fixed markdown headers that needed preceding line break
This commit is contained in:
Daniel Simpson
2019-07-06 23:14:06 -07:00
committed by GitHub

View File

@ -45,10 +45,8 @@ You can deploy the resulting .xml file to devices using one of the following met
- [Mobile device management (MDM)](customize-windows-10-start-screens-by-using-mobile-device-management.md) - [Mobile device management (MDM)](customize-windows-10-start-screens-by-using-mobile-device-management.md)
<span id="bkmkcustomizestartscreen" />
## Customize the Start screen on your test computer ## Customize the Start screen on your test computer
To prepare a Start layout for export, you simply customize the Start layout on a test computer. To prepare a Start layout for export, you simply customize the Start layout on a test computer.
**To prepare a test computer** **To prepare a test computer**
@ -57,7 +55,6 @@ To prepare a Start layout for export, you simply customize the Start layout on a
2. Create a new user account that you will use to customize the Start layout. 2. Create a new user account that you will use to customize the Start layout.
<a href="" id="bmk-customize-start"></a>
**To customize Start** **To customize Start**
1. Sign in to your test computer with the user account that you created. 1. Sign in to your test computer with the user account that you created.
@ -81,10 +78,8 @@ To prepare a Start layout for export, you simply customize the Start layout on a
> >
>In earlier versions of Windows 10, no tile would be pinned. >In earlier versions of Windows 10, no tile would be pinned.
<span id="bmk-exportstartscreenlayout" />
## Export the Start layout ## Export the Start layout
When you have the Start layout that you want your users to see, use the [Export-StartLayout](https://docs.microsoft.com/powershell/module/startlayout/export-startlayout?view=win10-ps) cmdlet in Windows PowerShell to export the Start layout to an .xml file. Start layout is located by default at C:\Users\username\AppData\Local\Microsoft\Windows\Shell\ When you have the Start layout that you want your users to see, use the [Export-StartLayout](https://docs.microsoft.com/powershell/module/startlayout/export-startlayout?view=win10-ps) cmdlet in Windows PowerShell to export the Start layout to an .xml file. Start layout is located by default at C:\Users\username\AppData\Local\Microsoft\Windows\Shell\
>[!IMPORTANT] >[!IMPORTANT]