Forum Discussion
dedicated-worker
Oct 09, 2024Copper Contributor
Is Export-StartLayout no longer implemented?
Since the new release of Windows 11 LTSC 24H2 I've been trying to make a new image. In the process I export the custom start layout. After using the command: Export-StartLayout -UseDesktopApplicati...
- Oct 10, 2024
I was able to make one by creating a folder called Layouts on the C Drive.
Then running this command in an elevated PowerShell window.
Export-StartLayout -Path "C:\Layouts\LayoutModification.json"
I hope this helps!
bradperdue
Oct 10, 2024Copper Contributor
I was able to make one by creating a folder called Layouts on the C Drive.
Then running this command in an elevated PowerShell window.
Export-StartLayout -Path "C:\Layouts\LayoutModification.json"
I hope this helps!
- dedicated-workerOct 11, 2024Copper ContributorThank you for your reply! I was able to use the command you suggested. It doesn't produce the kind of file I want and expected. It doesn't recognize folders to my knowledge. I haven't tried the imaging part yet, so I don't know yet if I can use it.
But thank you again,
dedicated-worker.- bradperdueOct 11, 2024Copper Contributor
I tried the file in my script for my image and it did not apply my layout, but worked fine in 23H2 and older. Still trying to figure out what is going on. If I find a fix I will let you know.