mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
updates
This commit is contained in:
parent
86d15d808d
commit
6ea14739d0
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Configure the Desktop and Lock Screen Background in Windows
|
||||
title: Configure the Desktop and Lock Screen Backgrounds in Windows
|
||||
description: Learn how to configure the desktop and lock screen background in Windows using policy settings, including Intune, CSP, and GPO.
|
||||
ms.topic: how-to
|
||||
ms.date: 03/03/2025
|
||||
@ -9,7 +9,7 @@ appliesto:
|
||||
zone_pivot_groups: windows-versions-11-10
|
||||
---
|
||||
|
||||
# Configure the desktop and lock screen background
|
||||
# Configure the desktop and lock screen backgrounds
|
||||
|
||||
Configuring desktop and lock screen backgrounds in Windows offers a simple yet effective way to enhance productivity, enforce consistency, and strengthen organizational branding.
|
||||
|
||||
@ -27,7 +27,7 @@ Predefined backgrounds can display company logos, mission statements, or school
|
||||
|
||||
::: zone-end
|
||||
|
||||
This article explains how to configure the desktop and lock screen background in Windows using policy settings. It includes examples of how to implement these configurations using Microsoft Intune, Configuration Service Provider (CSP), and Group Policy Object (GPO).
|
||||
This article explains how to configure the desktop and lock screen backgrounds in Windows using policy settings. It includes examples of how to implement these configurations using Microsoft Intune, Configuration Service Provider (CSP), and Group Policy Object (GPO).
|
||||
|
||||
## Image ratios and scaling
|
||||
|
||||
@ -37,10 +37,10 @@ Images created in nonstandard aspect ratios might scale and center unpredictably
|
||||
|
||||
## Configure the desktop background
|
||||
|
||||
**Windows edition requirements**. The configuration of the desktop background varies based on how the policy settings are applied:
|
||||
**Windows edition requirements**. The following table summarizes the Windows editions and licensing requirements for configuring the desktop background:
|
||||
|
||||
| Windows edition | Intune/CSP | GPO |
|
||||
|-|-|-|
|
||||
|:-|:-:|:-:|
|
||||
|Pro / Pro Education|✅|✅|
|
||||
|Enterprise / Education|✅|✅|
|
||||
|IoT Enterprise|✅|✅|
|
||||
@ -77,10 +77,10 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the
|
||||
|
||||
## Configure the lock screen background
|
||||
|
||||
**Windows edition requirements**. The configuration of the lock screen background varies based on how the policy settings are applied:
|
||||
**Windows edition requirements**. The following table summarizes the Windows editions and licensing requirements for configuring the lock screen background:
|
||||
|
||||
| Windows edition | Intune/CSP | GPO |
|
||||
|-|-|-|
|
||||
|:-|:-:|:-:|
|
||||
|Pro / Pro Education|✅|❌|
|
||||
|Enterprise / Education|✅|✅|
|
||||
|IoT Enterprise|✅|✅|
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
Binary file not shown.
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
@ -7,23 +7,27 @@ author: paolomatarazzo
|
||||
ms.author: paoloma
|
||||
---
|
||||
|
||||
# Configure the Settings Page Visibility in Windows
|
||||
# Configure the Settings page visibility
|
||||
|
||||
*Settings* is a Windows application that provides users with a unified interface to manage their system settings. However, in certain scenarios, you may want to restrict access to specific settings pages to ensure a more controlled and secure environment. This is especially beneficial for devices used in specific environments, such as kiosks or student devices, where limiting access to certain settings can prevent unauthorized changes and maintain a consistent user experience.
|
||||
*Settings* is a Windows application that offers a unified interface to manage the system settings. In certain scenarios, you might want to restrict access to specific settings pages to ensure a more controlled and secure environment. This is especially beneficial for devices used in specific environments, such as kiosks or student devices, where limiting access to certain settings can prevent unauthorized changes and maintain a consistent user experience.
|
||||
|
||||
:::image type="content" source="images/settings-page-visibility.png" alt-text="Screenshot of the Settings app configured with a policy setting to limit the categories displayed.":::
|
||||
:::image type="content" source="images/settings-page-visibility.png" alt-text="Screenshot of the Settings app configured with a policy setting to limit the categories displayed." border="false":::
|
||||
|
||||
You can configure the visibility of settings pages using the *page visibility list* policy setting. This policy allows you to block a given set of pages from the Settings app. Blocked pages won't be visible in the app, and if all pages in a category are blocked, the category is hidden too. Direct navigation to a blocked page via URI, context menu in Explorer or other means results in the first page of Settings displayed instead.
|
||||
This article explains how to configure the Settings app and how to implement the configurations using Microsoft Intune, Configuration Service Provider (CSP), and Group Policy Object (GPO).
|
||||
|
||||
This policy has two modes:
|
||||
## Page visibility list policy setting
|
||||
|
||||
- Specify a list of settings pages to show. In this case, the policy string must begin with `showonly:`. After this, the policy string must contain a semicolon-delimited list of settings page identifiers. The identifier for any given settings page is the published URI for that page, minus the `ms-settings: protocol part
|
||||
You can configure the visibility of settings pages using the *page visibility list* policy setting. This policy allows you to block a given set of pages from the Settings app. Blocked pages aren't visible in the app and can't be accessed through direct navigation via Uniform Resource Identifier (URI), context menu in Explorer, or other means. Direct navigation to a blocked page results in the first page of Settings displayed instead.
|
||||
|
||||
The page visibility list policy setting has two modes:
|
||||
|
||||
- Specify a list of settings pages to show. In this case, the policy string must begin with `showonly:`. After this, the policy string must contain a semicolon-delimited list of settings page identifiers. The identifier for any given settings page is the published URI for that page, minus the `ms-settings:` protocol part
|
||||
- Specify a list of pages to hide. In this case, the policy string must begin with `hide:`. After this, the policy string must contain a semicolon-delimited list of settings page identifiers. The identifier for any given settings page is the published URI for that page, minus the `ms-settings:` protocol part
|
||||
|
||||
## Examples
|
||||
|
||||
> [!NOTE]
|
||||
> The availability of per-user support is documented [here](https://go.microsoft.com/fwlink/?linkid=2102995).
|
||||
> For the list of categories and page identifiers that can be configured, see [ms-settings: URI scheme reference](https://go.microsoft.com/fwlink/?linkid=2102995#ms-settings-uri-scheme-reference).
|
||||
|
||||
## Examples
|
||||
|
||||
To specify that only the **About** and **Bluetooth** pages should be shown (their respective URIs are `ms-settings:about` and `ms-settings:bluetooth`) and all other pages hidden:
|
||||
|
||||
@ -47,12 +51,11 @@ To specify that only the Bluetooth page (URI `ms-settings:bluetooth`) should be
|
||||
|
||||
[!INCLUDE [intune-settings-catalog-2](../../../includes/configure/intune-settings-catalog-2.md)]
|
||||
|
||||
Alternatively, you can configure devices using a [custom policy][INT-1] with the [Policy CSP](/windows/client-management/mdm/policy-csp-settings#pagevisibilitylist).
|
||||
Alternatively, you can configure devices using a [custom policy][INT-1] with the [Policy CSP][CSP-1].
|
||||
|
||||
| Setting |
|
||||
|--|
|
||||
|- **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`<br>- **Data type:** string<br>- **Value:** List of URIs to show or hide, separated by semicolons.|
|
||||
|- **OMA-URI:** `./User/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`<br>- **Data type:** string<br>- **Value:** List of URIs to show or hide, separated by semicolons.|
|
||||
|- **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`<br>- **Data type:** string<br>- **Value:** List of URIs to show or hide, separated by semicolons.<br><br>or<br><br>- **OMA-URI:** `./User/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`<br>- **Data type:** string<br>- **Value:** List of URIs to show or hide, separated by semicolons.|
|
||||
|
||||
#### [:::image type="icon" source="../images/icons/group-policy.svg" border="false"::: **GPO**](#tab/gpo)
|
||||
|
||||
@ -60,8 +63,7 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the
|
||||
|
||||
| Group policy path | Group policy setting | Value |
|
||||
| - | - | - |
|
||||
| **Computer Configuration** > **Administrative Templates** > **Control Panel** > **Settings Page Visibility** | Turn off the Store application| **Enabled**|
|
||||
| **User Configuration** > **Administrative Templates** > **Control Panel** > **Settings Page Visibility** | Turn off the Store application| **Enabled**|
|
||||
| **Computer Configuration\Administrative Templates\Control Panel**<br><br>or<br><br>**User Configuration\Administrative Templates\Control Panel** | Settings Page Visibility | **Enabled**|
|
||||
|
||||
[!INCLUDE [gpo-settings-2](../../../includes/configure/gpo-settings-2.md)]
|
||||
|
||||
@ -70,3 +72,9 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the
|
||||
## User Experience
|
||||
|
||||
By controlling the visibility of Settings pages, you can create a customized user experience tailored to your organization's specific needs. Once the policy is applied, users will have access only to the Settings pages you have explicitly allowed, ensuring a focused and streamlined interface.
|
||||
|
||||
<!--links-->
|
||||
|
||||
[CSP-1]: /windows/client-management/mdm/policy-csp-settings#pagevisibilitylist
|
||||
[M365-1]: /microsoft-365/admin/misc/organizational-messages-microsoft-365?view=o365-worldwide
|
||||
[INT-1]: /mem/intune/configuration/settings-catalog
|
||||
|
@ -7,11 +7,11 @@ items:
|
||||
href: start/toc.yml
|
||||
- name: Taskbar
|
||||
href: taskbar/toc.yml
|
||||
- name: Desktop and lock screen background
|
||||
- name: Desktop and lock screen backgrounds
|
||||
href: background/index.md
|
||||
- name: Windows spotlight
|
||||
href: windows-spotlight/index.md
|
||||
- name: Settings
|
||||
- name: Settings page visibility
|
||||
href: settings/page-visibility.md
|
||||
- name: Microsoft Store
|
||||
href: store/toc.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user