Skip to content

Commit 308809e

Browse files
authored
Merge pull request MicrosoftDocs#2522 from danielaalpe/user/danielaal/update-export-startlayout-windows-11
Modify Export-StartLayout script documentation for Windows 11
2 parents 6c61abd + 4b46473 commit 308809e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docset/winserver2019-ps/startlayout/Export-StartLayout.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Export-StartLayout [-Path] <String> [-UseDesktopApplicationID] [-WhatIf] [-Confi
2525
Export-StartLayout -LiteralPath <String> [-UseDesktopApplicationID] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

28+
### For Windows 11 Start menu
29+
```
30+
Export-StartLayout -Path <String>
31+
```
32+
2833
## DESCRIPTION
2934
The **Export-StartLayout** cmdlet exports the layout of the tiles on Start of the current user.
3035
You can export layout and use Import-StartLayout as well as other management policies for the Start layout.
@@ -39,6 +44,13 @@ PS C:\> Export-StartLayout -Path "C:\Layouts\Marketing.xml"
3944

4045
This command exports the layout of the tiles on Start to a file named Marketing.xml in the C:\Layouts folder.
4146

47+
### Example 2: Export the layout of the Windows 11 Start menu
48+
```
49+
PS C:\> Export-StartLayout -Path "C:\Layouts\Marketing.json"
50+
```
51+
52+
This command exports the layout of the tiles on the Windows 11 Start menu to a file named Marketing.json in the C:\Layouts folder. Note that JSON is the only supported format for the output file and only the `-Path` parameter is supported.
53+
4254
## PARAMETERS
4355

4456
### -Confirm

0 commit comments

Comments
 (0)