--- title: Personalization CSP description: Use the Personalization CSP to lock screen and desktop background images, prevent users from changing the image, and use the settings in a provisioning package. ms.author: dansimp ms.topic: article ms.prod: w10 ms.technology: windows author: manikadhiman ms.date: 06/26/2017 ms.reviewer: manager: dansimp --- # Personalization CSP The Personalization CSP can set the lock screen and desktop background images. Setting these policies also prevents the user from changing the image. You can also use the Personalization settings in a provisioning package. This CSP was added in Windows 10, version 1703. > [!Note] > Personalization CSP is supported in Windows 10 Enterprise and Education SKUs. It works in Windows 10 Pro and Windows 10 Pro in S mode if SetEduPolicies in [SharedPC CSP](sharedpc-csp.md) is set. The following shows the Personalization configuration service provider in tree format. ``` ./Vendor/MSFT Personalization ----DesktopImageUrl ----DesktopImageStatus ----LockScreenImageUrl ----LockScreenImageStatus ``` **./Vendor/MSFT/Personalization**
Defines the root node for the Personalization configuration service provider.
**DesktopImageUrl**Specify a jpg, jpeg or png image to be used as Desktop Image. This setting can take a http or https Url to a remote image to be downloaded, a file Url to a local image.
Value type is string. Supported operations are Add, Get, Delete, and Replace.
**DesktopImageStatus**Represents the status of the desktop image. Valid values:
Supporter operation is Get.
> [!Note] > This setting is only used to query status. To set the image, use the DesktopImageUrl setting. **LockScreenImageUrl**Specify a jpg, jpeg or png image to be used as Lock Screen Image. This setting can take a http or https Url to a remote image to be downloaded, a file Url to a local image.
Value type is string. Supported operations are Add, Get, Delete, and Replace.
**LockScreenImageStatus**Represents the status of the lock screen image. Valid values:
Supporter operation is Get.
> [!Note] > This setting is only used to query status. To set the image, use the LockScreenImageUrl setting. ## Example SyncML ```xml