File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docset/winserver2025-ps/StartLayout Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ Export-StartLayout -LiteralPath <String> [-UseDesktopApplicationID] [-WhatIf] [-
2828## DESCRIPTION
2929The ** Export-StartLayout** cmdlet exports the layout of the tiles on Start of the current user.
3030You can export layout and use Import-StartLayout as well as other management policies for the Start layout.
31- Specify the .xml file name extension in the name of the file.
31+ Specify the .json file name extension in the name of the file.
3232
3333## EXAMPLES
3434
3535### Example 1: Export the layout
3636```
37- PS C:\> Export-StartLayout -Path "C:\Layouts\Marketing.xml "
37+ PS C:\> Export-StartLayout -Path "C:\Layouts\Marketing.json "
3838```
3939
40- This command exports the layout of the tiles on Start to a file named Marketing.xml in the C:\Layouts folder.
40+ This command exports the layout of the tiles on Start to a file named Marketing.json in the C:\Layouts folder.
4141
4242## PARAMETERS
4343
@@ -58,7 +58,7 @@ Accept wildcard characters: False
5858
5959### -LiteralPath
6060Specifies a literal path to a layout file.
61- Include the file .xml file name extension.
61+ Include the file .json file name extension.
6262This parameter does not accept the wildcard character (*).
6363If the path includes an escape character (\\ ), enclose the string in single quotes (').
6464
You can’t perform that action at this time.
0 commit comments