How to deploy GPO Lockscreen on windows 11 Pro

Ujang (DMID) 0 Reputation points
2026-09-17T02:27:17.17+00:00

I have tried to deploy GPO on my Domain Server (Windows Server 2022) the result is successful only windows 11 enterprise for windows 11 pro failed.

Windows for business | Windows Client for IT Pros | Directory services | Deploy group policy objects
0 comments No comments

2 answers

Sort by: Oldest
  1. AI answer

    2026-09-17T02:27:29.9133333+00:00

    Windows 11 Pro does not support configuring the lock screen background by GPO.

    For lock screen background, the documented edition support is:

    • Windows 11 Pro / Pro Education: Intune/CSP supported, GPO not supported
    • Windows 11 Enterprise / Education: Intune/CSP supported, GPO supported
    • Windows 11 IoT Enterprise: Intune/CSP supported, GPO supported

    That matches the observed behavior: the GPO works on Windows 11 Enterprise and fails on Windows 11 Pro.

    If the target devices are Windows 11 Pro, use one of these supported methods instead:

    1. In Microsoft Intune, create a Settings catalog policy.
    2. Use Personalization > Lock Screen Image Url.
    3. Set the value to an http or https URL pointing to a jpg, jpeg, or png image.
    4. Assign the policy to the required users or devices.

    Or use a custom CSP policy with:

    • OMA-URI: ./Vendor/MSFT/Personalization/LockScreenImageUrl
    • Data type: string
    • Value: an http or https URL to a jpg, jpeg, or png image file

    If the devices are Windows 11 Enterprise or Education, the GPO setting for lock screen is:

    • Computer Configuration\Administrative Templates\Control Panel\Personalization
    • Force a specific default lock screen and logon image
    • Value: fully qualified local path or UNC path to the image file

    For comparison, desktop background GPO is supported on Windows 11 Pro, but lock screen background GPO is not.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

  2. Xuan Nhu 970 Reputation points Independent Advisor
    2026-09-17T02:59:04.87+00:00

    Hello Ujang,

    This behavior is expected. The “Force a specific default lock screen and logon image” Group Policy is supported on Windows 11 Enterprise and Education, but not Windows 11 Pro. This explains why the same domain GPO works on your Enterprise devices but not on Pro.

    For Windows 11 Pro, Microsoft documents managing the lock-screen image through the Personalization CSP instead, for example using Intune/MDM and the LockScreenImageUrl policy. The image can be provided through an HTTP/HTTPS URL or supported local/file location depending on the CSP setting.

    Therefore, changing the AD GPO itself will not make this policy apply to Windows 11 Pro. If you must manage Windows 11 Pro devices, use an MDM/CSP-based deployment such as Microsoft Intune, or upgrade the devices to an edition that supports the lock-screen GPO.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.