This commit is contained in:
Paolo Matarazzo 2025-04-03 13:01:48 -04:00
parent 8089322e61
commit 48bee61c48
3 changed files with 3 additions and 3 deletions

View File

@ -11,5 +11,5 @@ With this policy setting you can prevent users from opening the context menus in
| | Path |
|--|--|
| **CSP** | - `./Device/Vendor/MSFT/Policy/Config/Start/`[DisableContextMenus](/windows/client-management/mdm/policy-csp-start#disablecontextmenus)<br><br>`./User/Vendor/MSFT/Policy/Config/Start/`[DisableContextMenus](/windows/client-management/mdm/policy-csp-start#disablecontextmenus)|
| **CSP** | - `./Device/Vendor/MSFT/Policy/Config/Start/`[DisableContextMenus](/windows/client-management/mdm/policy-csp-start#disablecontextmenus)<br> - `./User/Vendor/MSFT/Policy/Config/Start/`[DisableContextMenus](/windows/client-management/mdm/policy-csp-start#disablecontextmenus)|
| **GPO** | - **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar**<br> - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** > **Disable context menus in the Start Menu** |

View File

@ -11,5 +11,5 @@ This policy setting prevents the Start menu from displaying a list of recommende
| | Path |
|--|--|
| **CSP** | - `./User/Vendor/MSFT/Policy/Config/Start/`[HideRecommendedSection](/windows/client-management/mdm/policy-csp-start#hiderecommendedsection)<br><br> `./Device/Vendor/MSFT/Policy/Config/Start/`[HideRecommendedSection](/windows/client-management/mdm/policy-csp-start#hiderecommendedsection) |
| **CSP** | - `./User/Vendor/MSFT/Policy/Config/Start/`[HideRecommendedSection](/windows/client-management/mdm/policy-csp-start#hiderecommendedsection)<br><br `./Device/Vendor/MSFT/Policy/Config/Start/`[HideRecommendedSection](/windows/client-management/mdm/policy-csp-start#hiderecommendedsection) |
| **GPO** | - **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar**<br> - **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar** > **Remove Recommended section from Start Menu** |

View File

@ -114,7 +114,7 @@ For practical examples of how to add, remove, or replace pinned apps, see the fo
- [Add pins](#example-add-pins)
- [Remove default pins](#example-remove-pins)
- [Replace default pins](#example-replace-pins)
- [Replace default pins and allow unpinning of specific apps](#example-allow-unpinning-of-specific-apps)
- [Allow unpinning of specific apps](#example-allow-unpinning-of-specific-apps)
- [Configure the taskbar by country or region](#example-configure-the-taskbar-by-country-or-region)
::: zone-end