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 -UseDesktopApplicationID -Path layout.json
I got the following error message:
Export-StartLayout : The method or operation is not implemented.
At line:1 char:1
+ Export-StartLayout -UseDesktopApplicationID -Path layout.json
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Export-StartLayout], NotImplementedException
+ FullyQualifiedErrorId : System.NotImplementedException,Microsoft.Windows.StartLayout.Commands.ExportStartLayoutCommand
I checked the resource for Customizing the Start Menu, and they are still mentioning the Export-StartLayout cmdlet. The main difference is instead of XML it’s JSON.
Out of curiosity I tried running the command without paramters looking for another error code and got the following:
Export-StartLayout : Parameter set cannot be resolved using the specified named parameters.
At line:1 char:1
+ Export-StartLayout
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Export-StartLayout], ParameterBindingException
+ FullyQualifiedErrorId : AmbiguousParameterSet,Microsoft.Windows.StartLayout.Commands.ExportStartLayoutCommand
Happily waiting for any replies,
dedicated-worker.
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 -UseDesktopApplicationID -Path layout.json I got the following error message:Export-StartLayout : The method or operation is not implemented.
At line:1 char:1
+ Export-StartLayout -UseDesktopApplicationID -Path layout.json
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Export-StartLayout], NotImplementedException
+ FullyQualifiedErrorId : System.NotImplementedException,Microsoft.Windows.StartLayout.Commands.ExportStartLayoutCommandI checked the resource for Customizing the Start Menu, and they are still mentioning the Export-StartLayout cmdlet. The main difference is instead of XML it’s JSON. Out of curiosity I tried running the command without paramters looking for another error code and got the following:Export-StartLayout : Parameter set cannot be resolved using the specified named parameters.
At line:1 char:1
+ Export-StartLayout
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Export-StartLayout], ParameterBindingException
+ FullyQualifiedErrorId : AmbiguousParameterSet,Microsoft.Windows.StartLayout.Commands.ExportStartLayoutCommand Happily waiting for any replies,dedicated-worker. Read More