Skip to content

Commit

Permalink
Learn Editor: Update Import-StartLayout.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arkrumbe committed Sep 26, 2024
1 parent f018259 commit d638854
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docset/winserver2025-ps/startlayout/Import-StartLayout.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Imports the layout of the Start into a mounted Windows image.
## SYNTAX

### Path
```
```powershell
Import-StartLayout [-LayoutPath] <String> [-MountPath] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
```

### LiteralPath
```
```powershell
Import-StartLayout -LayoutLiteralPath <String> -MountLiteralPath <String> [-WhatIf] [-Confirm]
[<CommonParameters>]
```
Expand All @@ -36,6 +36,9 @@ You must have administrator rights to import a layout.

In Windows 10, the Export-StartLayout cmdlet exports layouts as .xml files, and the **Import-StartLayout** cmdlet imports only .xml files.

> [!CAUTION]
> The Import-StartLayout cmdlet is deprecated in Windows 11. It has no effect on either Start or Taskbar layout. To configure the Start layout in Windows 11, see [Customize the Windows 11 Start layout](https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/customize-the-windows-11-start-menu). To configure Taskbar layout in Windows 11, see [Customize the Taskbar](https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/customize-the-windows-11-taskbar).
## EXAMPLES

### Example 1: Import a layout into a Windows image
Expand Down

0 comments on commit d638854

Please sign in to comment.