Import and Export Start Menu Layouts

Here’s how you import and export Start Menu Layouts in Windows…

1. Open PowerShell as Administrator

2. Run the Export command, you can use whatever path you like, lets keep it simple..
Export:

Export-StartLayout -LiteralPath C:\StartLayout.xml

3. You can then import your layout on to another Device or just restore it later.
Import:

Import-StartLayout -LiteralPath C:\StartLayout.xml

Very simple.