In the previous post I exported the Start Layout to an XML file.Now I will import this into a mounted Windows 10 Image which can then be deployed using various methods. Copy Windows 10 Creator’s Update Enterprise ISO to local disk in C:\imagestore\. Mount the ISO using PS: Check if…
Tag: start menu
Windows 10 Start Menu & Taskbar Layout with PPK Provisioning Package
Published September 20, 2017
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.…
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…