--- title: Personalization CSP description: Learn more about the Personalization CSP. author: vinaypamnani-msft manager: aaroncz ms.author: vinpa ms.date: 10/26/2023 ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage ms.topic: reference --- # Personalization CSP [!INCLUDE [Windows Insider tip](includes/mdm-insider-csp-note.md)] The Personalization CSP can set the lock screen, desktop background images and company branding on sign-in screen ([BootToCloud mode](policy-csp-clouddesktop.md#boottocloudmode) only). Setting these policies also prevents the user from changing the image. You can also use the Personalization settings in a provisioning package. > [!IMPORTANT] > Personalization CSP is supported in Windows Enterprise and Education SKUs. It works in Windows Professional only when SetEduPolicies in [SharedPC CSP](sharedpc-csp.md) is set, or when the device is configured in [Shared PC mode with BootToCloudPCEnhanced policy](clouddesktop-csp.md#boottocloudpcenhanced). The following list shows the Personalization configuration service provider nodes: - ./Vendor/MSFT/Personalization - [CompanyLogoStatus](#companylogostatus) - [CompanyLogoUrl](#companylogourl) - [CompanyName](#companyname) - [DesktopImageStatus](#desktopimagestatus) - [DesktopImageUrl](#desktopimageurl) - [LockScreenImageStatus](#lockscreenimagestatus) - [LockScreenImageUrl](#lockscreenimageurl) ## CompanyLogoStatus | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | ```Device ./Vendor/MSFT/Personalization/CompanyLogoStatus ``` This represents the status of the Company Logo. 1 - Successfully downloaded or copied. 2 - Download/Copy in progress. 3 - Download/Copy failed. 4 - Unknown file type. 5 - Unsupported Url scheme. 6 - Max retry failed. This setting is currently available for boot to cloud shared pc mode only. **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `int` | | Access Type | Get | ## CompanyLogoUrl | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | ```Device ./Vendor/MSFT/Personalization/CompanyLogoUrl ``` An http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Company Logo or a file Url to a local image on the file system that needs to be used as the Company Logo. This setting is currently available for boot to cloud shared pc mode only. **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `chr` (string) | | Access Type | Add, Delete, Get, Replace | ## CompanyName | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | ```Device ./Vendor/MSFT/Personalization/CompanyName ``` The name of the company to be displayed on the sign-in screen. This setting is currently available for boot to cloud shared pc mode only. **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `chr` (string) | | Access Type | Add, Delete, Get, Replace | | Allowed Values | Regular Expression: `^.{1,30}$` | ## DesktopImageStatus | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | ```Device ./Vendor/MSFT/Personalization/DesktopImageStatus ``` This represents the status of the DesktopImage. 1 - Successfully downloaded or copied. 2 - Download/Copy in progress. 3 - Download/Copy failed. 4 - Unknown file type. 5 - Unsupported Url scheme. 6 - Max retry failed. **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `int` | | Access Type | Get | ## DesktopImageUrl | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | ```Device ./Vendor/MSFT/Personalization/DesktopImageUrl ``` An http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to be used as the Desktop Image. **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `chr` (string) | | Access Type | Add, Delete, Get, Replace | ## LockScreenImageStatus | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | ```Device ./Vendor/MSFT/Personalization/LockScreenImageStatus ``` This represents the status of the LockScreenImage. 1 - Successfully downloaded or copied. 2 - Download/Copy in progress. 3 - Download/Copy failed. 4 - Unknown file type. 5 - Unsupported Url scheme. 6 - Max retry failed. **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `int` | | Access Type | Get | ## LockScreenImageUrl | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | ```Device ./Vendor/MSFT/Personalization/LockScreenImageUrl ``` An http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image. **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `chr` (string) | | Access Type | Add, Delete, Get, Replace | ## Example ```xml 1 ./Vendor/MSFT/Personalization/LockScreenImageUrl chr text/plain https://www.contoso.com/desktopimage.jpeg 2 ./Vendor/MSFT/Personalization/DesktopImageUrl chr text/plain https://www.contoso.com/lockscreenimage.JPG ``` ## Related articles [Configuration service provider reference](configuration-service-provider-reference.md)