mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
format update
This commit is contained in:
parent
a481a76eb8
commit
803cf9d808
@ -649,45 +649,3 @@ When you configure the Start layout with policy settings, you overwrite the enti
|
|||||||
[MEM-1]: /mem/intune/configuration/custom-settings-windows-10
|
[MEM-1]: /mem/intune/configuration/custom-settings-windows-10
|
||||||
[PS-1]: /powershell/module/startlayout/export-startlayout
|
[PS-1]: /powershell/module/startlayout/export-startlayout
|
||||||
[WIN-1]: /windows/client-management/mdm/policy-csp-start
|
[WIN-1]: /windows/client-management/mdm/policy-csp-start
|
||||||
|
|
||||||
|
|
||||||
<!--
|
|
||||||
## Add image for secondary Microsoft Edge tiles
|
|
||||||
|
|
||||||
App tiles are the Start screen tiles that represent and launch an app. A tile that allows a user to go to a specific location in an app is a *secondary tile*. Some examples of secondary tiles include:
|
|
||||||
|
|
||||||
- Weather updates for a specific city in a weather app
|
|
||||||
- A summary of upcoming events in a calendar app
|
|
||||||
- Status and updates from an important contact in a social app
|
|
||||||
- A website in Microsoft Edge
|
|
||||||
|
|
||||||
By using the PowerShell cmdlet `export-StartLayoutEdgeAssets` and the policy setting `ImportEdgeAssets`, the tiles display the same as they did on the device from which you exported the Start layout.
|
|
||||||
|
|
||||||
[!INCLUDE [example-secondary-tiles](includes/example-secondary-tiles.md)]
|
|
||||||
|
|
||||||
## Export Start layout and assets
|
|
||||||
|
|
||||||
1. If you'd like to change the image for a secondary tile to your own custom image, open the layout.xml file, and look for the images that the tile references.
|
|
||||||
- For example, your layout.xml contains `Square150x150LogoUri="ms-appdata:///local/PinnedTiles/21581260870/hires.png" Wide310x150LogoUri="ms-appx:///"`
|
|
||||||
|
|
||||||
- Open `C:\Users\<username>\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\LocalState\PinnedTiles\21581260870\` and replace those images with your customized images.
|
|
||||||
|
|
||||||
1. In Windows PowerShell, enter the following command:
|
|
||||||
|
|
||||||
```powershell
|
|
||||||
Export-StartLayoutEdgeAssets assets.xml
|
|
||||||
```
|
|
||||||
|
|
||||||
[!INCLUDE [example-assets](includes/example-assets.md)]
|
|
||||||
|
|
||||||
## Configure policy settings
|
|
||||||
|
|
||||||
Prepare the Start layout and Edge assets XML files
|
|
||||||
|
|
||||||
The `Export-StartLayout` and **export-StartLayoutEdgeAssets** cmdlets produce XML files. Because Windows Configuration Designer produces a customizations.xml file that contains the configuration settings, adding the Start layout and Edge assets sections to the customizations.xml file directly would result in an XML file embedded in an XML file. Before you add the Start layout and Edge assets sections to the customizations.xml file, you must replace the markup characters in your layout.xml with escape characters.
|
|
||||||
|
|
||||||
1. Copy the contents of layout.xml into an online tool that escapes characters.
|
|
||||||
1. Copy the contents of assets.xml into an online tool that escapes characters.
|
|
||||||
1. When you create a provisioning package, you'll copy the text with the escape characters and paste it in the customizations.xml file for your project.
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
@ -15,4 +15,4 @@ This policy specifies whether the widgets feature is allowed on the device.
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | `./Device/Vendor/MSFT/Policy/Config/NewsAndInterests/`[AllowNewsAndInterests](/windows/client-management/mdm/policy-csp-newsandinterests#allownewsandinterests) |
|
| **CSP** | `./Device/Vendor/MSFT/Policy/Config/NewsAndInterests/`[AllowNewsAndInterests](/windows/client-management/mdm/policy-csp-newsandinterests#allownewsandinterests) |
|
||||||
| **GPO** | **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Widgets** |
|
| **GPO** | - **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Widgets** |
|
||||||
|
@ -13,7 +13,7 @@ This policy setting lets you specify the applications pinned to the taskbar. The
|
|||||||
|
|
||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | - `./Device/Vendor/MSFT/Policy/Config/Start/StartLayout`/[Configure start layout](/windows/client-management/mdm/policy-csp-start#startlayout)<br><br>- `./User/Vendor/MSFT/Policy/Config/Start/StartLayout`/[Configure start layout](/windows/client-management/mdm/policy-csp-start#startlayout) |
|
| **CSP** | - `./Device/Vendor/MSFT/Policy/Config/Start/StartLayout`/[Configure start layout](/windows/client-management/mdm/policy-csp-start#startlayout)<br>- `./User/Vendor/MSFT/Policy/Config/Start/StartLayout`/[Configure start layout](/windows/client-management/mdm/policy-csp-start#startlayout) |
|
||||||
| **GPO** | **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar**<br><br> **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar**<br>- **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
|
||||||
For more information, see [Customize the taskbar pinned applications](../pinned-apps.md).
|
For more information, see [Customize the taskbar pinned applications](../pinned-apps.md).
|
||||||
|
@ -18,4 +18,4 @@ This policy setting allows you to configure search on the taskbar.
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | `./Device/Vendor/MSFT/Policy/Config/Search/`[ConfigureSearchOnTaskbarMode](/windows/client-management/mdm/policy-csp-search#configuresearchontaskbarmode) |
|
| **CSP** | `./Device/Vendor/MSFT/Policy/Config/Search/`[ConfigureSearchOnTaskbarMode](/windows/client-management/mdm/policy-csp-search#configuresearchontaskbarmode) |
|
||||||
| **GPO** | **Computer Configuration** > **Windows Components** > **Search** |
|
| **GPO** | - **Computer Configuration** > **Windows Components** > **Search** |
|
||||||
|
@ -13,4 +13,4 @@ ms.topic: include
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | `./Device/Vendor/MSFT/Policy/Config/Start/`[DisableEditingQuickSettings](/windows/client-management/mdm/policy-csp-start#disableeditingquicksettings)|
|
| **CSP** | `./Device/Vendor/MSFT/Policy/Config/Start/`[DisableEditingQuickSettings](/windows/client-management/mdm/policy-csp-start#disableeditingquicksettings)|
|
||||||
| **GPO** | **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** > **Disable editing quick settings** |
|
| **GPO** | - **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** > **Disable editing quick settings** |
|
||||||
|
@ -15,4 +15,4 @@ With this policy setting you control the pinning of items in Jump Lists.
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ This policy setting allows you to control pinning programs to the Taskbar.
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | `./Device/Vendor/MSFT/Policy/Config/Start/`[NoPinningToTaskbar](/windows/client-management/mdm/policy-csp-start#nopinningtotaskbar) |
|
| **CSP** | `./Device/Vendor/MSFT/Policy/Config/Start/`[NoPinningToTaskbar](/windows/client-management/mdm/policy-csp-start#nopinningtotaskbar) |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ This policy setting allows you to control pinning the Store app to the Taskbar.
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -12,4 +12,4 @@ This policy setting allows you to prevent taskbars from being displayed on more
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -18,4 +18,4 @@ This policy setting allows you to control displaying or tracking items in Jump L
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -19,5 +19,5 @@ Prevents the operating system and installed programs from creating and displayin
|
|||||||
|
|
||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | - `./Device/Vendor/MSFT/Policy/Config/Start/`[HideRecentJumplists](/windows/client-management/mdm/policy-csp-start#hiderecentjumplists)<br><br>- `./User/Vendor/MSFT/Policy/Config/Start/`[HideRecentJumplists](/windows/client-management/mdm/policy-csp-start#hiderecentjumplists) |
|
| **CSP** | - `./Device/Vendor/MSFT/Policy/Config/Start/`[HideRecentJumplists](/windows/client-management/mdm/policy-csp-start#hiderecentjumplists)<br>- `./User/Vendor/MSFT/Policy/Config/Start/`[HideRecentJumplists](/windows/client-management/mdm/policy-csp-start#hiderecentjumplists) |
|
||||||
| **GPO** | **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** > **don't keep history of recently opened documents**<br><br> **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** > **don't keep history of recently opened documents**|
|
| **GPO** | - **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** > **don't keep history of recently opened documents**<br>- **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** > **don't keep history of recently opened documents**|
|
||||||
|
@ -12,4 +12,4 @@ This setting affects the notification area (previously called the "system tray")
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -11,5 +11,5 @@ This policy setting allows you to hide the TaskView button. If you enable this p
|
|||||||
|
|
||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** |- `./Device/Vendor/MSFT/Policy/Config/Start/`[HideTaskViewButton](/windows/client-management/mdm/policy-csp-start#hidetaskviewbutton) <br><br>- `./User/Vendor/MSFT/Policy/Config/Start/`[HideTaskViewButton](/windows/client-management/mdm/policy-csp-start#hidetaskviewbutton) |
|
| **CSP** |- `./Device/Vendor/MSFT/Policy/Config/Start/`[HideTaskViewButton](/windows/client-management/mdm/policy-csp-start#hidetaskviewbutton) <br>- `./User/Vendor/MSFT/Policy/Config/Start/`[HideTaskViewButton](/windows/client-management/mdm/policy-csp-start#hidetaskviewbutton) |
|
||||||
| **GPO** |- **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar**<br><br>- **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** |- **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar**<br>- **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ With this policy setting you lock all taskbar settings.
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -12,4 +12,4 @@ This setting affects the taskbar, which is used to switch between running applic
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ With this policy setting you prevent changes to taskbar and Start settings.
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar**<br><br>- **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar**<br>- **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ Taskbar grouping consolidates similar applications when there's no room on the t
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ With this policy setting you prevent users from adding or removing toolbars.
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ With this policy setting you prevent users from moving taskbar to another screen
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ With this policy setting you prevent users from rearranging toolbars.
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ With this policy setting you prevent users from resizing the taskbar.
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -17,4 +17,4 @@ This policy setting doesn't prevent users from using other methods to issue the
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar**<br><br>- **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar**<br>- **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -13,4 +13,4 @@ ms.topic: include
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -17,4 +17,4 @@ The notification area is located at the far right end of the taskbar, and includ
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ This policy setting allows you to remove pinned programs from the taskbar.
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar**<br><br>- **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar**<br>- **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -17,4 +17,4 @@ If this setting is enabled, Quick Settings isn't displayed in the Quick Settings
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | `./User/Vendor/MSFT/Policy/Config/Start/`[DisableControlCenter](/windows/client-management/mdm/policy-csp-start#disablecontrolcenter) |
|
| **CSP** | `./User/Vendor/MSFT/Policy/Config/Start/`[DisableControlCenter](/windows/client-management/mdm/policy-csp-start#disablecontrolcenter) |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ With this policy setting you can remove the battery meter from the system contro
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ With this policy setting allows you can remove the Meet Now icon from the system
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ With this policy setting you can remove the networking icon from the system cont
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -12,4 +12,4 @@ With this policy allows you can remove the People Bar from the taskbar and disab
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | `./User/Vendor/MSFT/Policy/Config/Start/`[HidePeopleBar](/windows/client-management/mdm/policy-csp-start#hidepeoplebar) |
|
| **CSP** | `./User/Vendor/MSFT/Policy/Config/Start/`[HidePeopleBar](/windows/client-management/mdm/policy-csp-start#hidepeoplebar) |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ With this policy setting you can remove the volume control icon from the system
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -19,4 +19,4 @@ By default, the calendar is set according to the locale of the operating system,
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -13,4 +13,4 @@ ms.topic: include
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | `./Device/Vendor/MSFT/Policy/Config/Start/`[SimplifyQuickSettings](/windows/client-management/mdm/policy-csp-start#simplifyquicksettings) |
|
| **CSP** | `./Device/Vendor/MSFT/Policy/Config/Start/`[SimplifyQuickSettings](/windows/client-management/mdm/policy-csp-start#simplifyquicksettings) |
|
||||||
| **GPO** | **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -15,4 +15,4 @@ With this policy setting you can turn off automatic promotion of notification ic
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -18,4 +18,4 @@ This setting determines whether the items are always expanded or always collapse
|
|||||||
| | Path |
|
| | Path |
|
||||||
|--|--|
|
|--|--|
|
||||||
| **CSP** | Not available. |
|
| **CSP** | Not available. |
|
||||||
| **GPO** | **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
| **GPO** | - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** |
|
||||||
|
@ -231,3 +231,7 @@ If you apply the taskbar configuration to a clean install or an update, users ca
|
|||||||
Learn more about the options available to configure Start menu settings using the Configuration Service Provider (CSP) and Group Policy (GPO):
|
Learn more about the options available to configure Start menu settings using the Configuration Service Provider (CSP) and Group Policy (GPO):
|
||||||
|
|
||||||
- [Taskbar policy settings](policy-settings.md)
|
- [Taskbar policy settings](policy-settings.md)
|
||||||
|
|
||||||
|
---
|
||||||
|
[WIN-1]: /windows/client-management/mdm/policy-csp-start
|
||||||
|
[MEM-1]: /mem/intune/configuration/custom-settings-windows-10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user