mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
redirect
This commit is contained in:
parent
83dca2cf53
commit
510fbfc4d4
@ -427,7 +427,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source_path": "windows/configuration/start-secondary-tiles.md",
|
"source_path": "windows/configuration/start-secondary-tiles.md",
|
||||||
"redirect_url": "/windows/configuration/start/start-secondary-tiles",
|
"redirect_url": "/windows/configuration/start/layout",
|
||||||
"redirect_document_id": false
|
"redirect_document_id": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -884,6 +884,11 @@
|
|||||||
"source_path": "windows/configuration/start/windows-10-start-layout-options-and-policies.md",
|
"source_path": "windows/configuration/start/windows-10-start-layout-options-and-policies.md",
|
||||||
"redirect_url": "/windows/configuration/start/policy-settings",
|
"redirect_url": "/windows/configuration/start/policy-settings",
|
||||||
"redirect_document_id": false
|
"redirect_document_id": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source_path": "windows/configuration/start/start-secondary-tiles.md",
|
||||||
|
"redirect_url": "/windows/configuration/start/layout",
|
||||||
|
"redirect_document_id": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -170,8 +170,8 @@ After you export the layout, decide whether you want to apply a *full* Start lay
|
|||||||
| `start:Folder`| Use to specify a folder of icons; can include [Tile](#starttile), [SecondaryTile](#startsecondarytile), and [DesktopApplicationTile](#startdesktopapplicationtile) |
|
| `start:Folder`| Use to specify a folder of icons; can include [Tile](#starttile), [SecondaryTile](#startsecondarytile), and [DesktopApplicationTile](#startdesktopapplicationtile) |
|
||||||
| [start:DesktopApplicationTile](#startdesktopapplicationtile) | Use to specify any of the following:</br>- A Windows desktop application with a known AppUserModelID</br>- An application in a known folder with a link in a legacy Start Menu folder</br>- A Windows desktop application link in a legacy Start Menu folder</br>- A Web link tile with an associated `.url` file that is in a legacy Start Menu folder |
|
| [start:DesktopApplicationTile](#startdesktopapplicationtile) | Use to specify any of the following:</br>- A Windows desktop application with a known AppUserModelID</br>- An application in a known folder with a link in a legacy Start Menu folder</br>- A Windows desktop application link in a legacy Start Menu folder</br>- A Web link tile with an associated `.url` file that is in a legacy Start Menu folder |
|
||||||
| [start:SecondaryTile](#startsecondarytile) | Use to pin a Web link through a Microsoft Edge secondary tile |
|
| [start:SecondaryTile](#startsecondarytile) | Use to pin a Web link through a Microsoft Edge secondary tile |
|
||||||
| [AppendOfficeSuite](#AppendOfficeSuite) | Use to add the in-box installed Office suite to Start. For more information, see [Customize the Office suite of tiles](/windows-hardware/customize/desktop/customize-start-layout#customize-the-office-suite-of-tiles).</br></br>Don't use this tag with `AppendDownloadOfficeTile` |
|
| [AppendOfficeSuite](#appendofficesuite) | Use to add the in-box installed Office suite to Start. For more information, see [Customize the Office suite of tiles](/windows-hardware/customize/desktop/customize-start-layout#customize-the-office-suite-of-tiles).</br></br>Don't use this tag with `AppendDownloadOfficeTile` |
|
||||||
| [AppendDownloadOfficeTile](#AppendDownloadOfficeTile) | Use to add a specific **Download Office** tile to a specific location in Start</br></br>Do not use this tag with AppendOfficeSuite |
|
| [AppendDownloadOfficeTile](#appenddownloadofficetile) | Use to add a specific **Download Office** tile to a specific location in Start</br></br>Do not use this tag with AppendOfficeSuite |
|
||||||
|
|
||||||
#### LayoutOptions
|
#### LayoutOptions
|
||||||
|
|
||||||
@ -413,9 +413,7 @@ If you apply a partial Start layout to a device with an existing Start layout ap
|
|||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If you remove the policy setting, the groups remain on the devices but become unlocked.
|
> If you remove the policy setting, the groups remain on the devices but become unlocked.
|
||||||
|
|
||||||
To configure a partial Start screen layout:
|
To configure a partial Start screen layout, modify the `<DefaultLayoutOverride>` element as follows:
|
||||||
|
|
||||||
Open the layout XML file and find the `<DefaultLayoutOverride>` element. Add `LayoutCustomizationRestrictionType="OnlySpecifiedGroups"` to the element. For example:
|
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<DefaultLayoutOverride LayoutCustomizationRestrictionType="OnlySpecifiedGroups">
|
<DefaultLayoutOverride LayoutCustomizationRestrictionType="OnlySpecifiedGroups">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user