It is important to customize the Startmenu, therefore i set up the Startmenu i want and export it via powershell command: export-startlayout -path c:\MyNewStartLayout.xml
in former versions of the command it was possible to export as bin. Now you have no choice - it always exports as XML.
The Problem: i cannot import the newly generated Startlayout.xml anywhere - Syntax is not working, the Applet always add some Special path to my given path...
import-StartLayout -layoutLiteralPath C:\MyNewStartLayout.xml -MountLiteralPath c:\Install\Mount
import-StartLayout : Ein Teil des Pfades "C:\Install\MountMicrosoft\Windows\Shell\LayoutModification.xml" konnte nicht
gefunden werden.
In Zeile:1 Zeichen:1
+ import-StartLayout -layoutLiteralPath C:\MyNewStartLayout.xml -MountL ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Import-StartLayout], DirectoryNotFoundException
+ FullyQualifiedErrorId : System.IO.DirectoryNotFoundException,Microsoft.Windows.StartLayout.Commands.ImportStartL
ayoutCommand
If you look closer the error path is a different one and a missing '\' as well!
Is there a workaround for importing a custom startlayout or do i just have to wait until the final release?
thanks,
Jürgen