In Windows 10 1703 you can distribute the start menu layout with a provisioning package. First customise the start menu tiles. Below is an example of what I have done Then we can export the layout with PS: Export-StartLayout -Path “C:\imagestore\StartLayout.xml” Lets also include our Taskbar layout to this XML.…
Tag: xml
Windows 10 save start menu layout to XML using PowerShell
Published September 16, 2017
OK so finally starting to work this out. I want to save the start menu and taskbar layout to use on a new Windows 10 Image. The start menu consists of: Menu, Start layout (tiles) which have pinned folders and dynamic app tiles Some areas can be managed with GP…