1 Message

November 27th, 2018 03:00

Hi Tyler

Does this work on Windows 10 build 1809?

Because I'm typing this command and it's not working

1 Rookie

 • 

5 Posts

November 27th, 2018 12:00

Windows 10 1809 OS Build 17763.107 Media Creation Tool ISO English x64

My suggestion would be to check the SYNTAX of the PowerShell line in the unattend.xml. I didn’t type it correctly the first time.

When I doubled checked my work, I was able to correct it.

       

          powershell import-startlayout -layoutpath c:\menu.xml -mountpath c:\

          Executing First Commands1

          1

       

     

1 Message

June 25th, 2019 12:00

Old post, but I ran into this issue just recently and it made me want to bang my face against a wall until I figured it out. In short, the XML file exported by the “Export-startlayout" command is incorrectly formatted as of version 1809 (not sure about version 1903). You have to export it, then edit the header section of the file before you can import it back in.

You'll need to replace the following at the beginning of the file:

 

 

With the following code:

 


Notice that the original file lacked the topmost XLM declaration tag and the namespace data for the taskbar. The XML file will import just fine once this correction is made.

 

Hope this helps someone!

No Events found!

Top