Skip to content

Commit dc300d4

Browse files
authored
Merge pull request MicrosoftDocs#2631 from MaratMussabekov/patch-24
Update Export-StartLayout.md
2 parents 392caef + e6815aa commit dc300d4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ PS C:\> Export-StartLayout -Path "C:\Layouts\Marketing.json"
5151

5252
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.
5353

54+
### Example 3: Export the layout with the applications' IDs
55+
```
56+
PS C:\> Export-StartLayout -UseDesktopApplicationID -Path "C:\Layouts\Marketing.json"
57+
```
58+
59+
This command exports the layout of the tiles on the Start menu of a computer running Windows 10, version 1809 or later, to a file named Marketing.json in the C:\Layouts folder. It exports the applications' IDs instead of paths to a shortcut link.
60+
5461
## PARAMETERS
5562

5663
### -Confirm
@@ -103,7 +110,7 @@ Accept wildcard characters: False
103110
104111
### -UseDesktopApplicationID
105112
Specifies that the layout file should export the DesktopApplicationID value instead of DesktopApplicationLinkPath which is the default.
106-
DesktopApplicationID is the application's ID and DesktopApplicationLinkPath is a path to a shortcut link (.lnk file) to a Windows desktop application.
113+
DesktopApplicationID is the application's ID and DesktopApplicationLinkPath is a path to a shortcut link (.lnk file) to a Windows desktop application. It is available on computers running Windows 10, version 1809 or later.
107114
108115
```yaml
109116
Type: SwitchParameter

0 commit comments

Comments
 (0)