Add Lockscreen and wallpaper to Intune devices

Jack Nye 5 Reputation points
2024-02-20T21:31:07.0933333+00:00

Hi, I have just started out with microsoft intune and have Buisness premium licences i have tried setting backgrounds with policys there and they dont apply do i have to have a special licence for the backgrounds to be applied.

Microsoft Security | Intune | Configuration
Microsoft Security | Intune | Other
{count} votes

3 answers

Sort by: Most helpful
  1. ZhoumingDuan-MSFT 17,165 Reputation points Microsoft External Staff
    2024-02-21T01:48:21.7566667+00:00

    @Jack Nye, Thanks for posting in Q&A.

    From your description, I know you want to configure backgrounds via Intune policy but failed.

    To solve this issue, please share us how you configure the policy, the settings of the policy and the policy status in Intune portal.

    Moreover, you can follow the link below try to configure Desktop and Lock Screen Wallpaper via Intune.

    https://cloudinfra.net/how-to-set-desktop-and-lock-screen-wallpaper-using-intune/

    Non-official, just for reference.

    Thanks for your kind understanding.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Pavel yannara Mirochnitchenko 13,341 Reputation points MVP
    2024-02-21T06:47:40.5+00:00

    Take a look at my article about this topic, how to wrap Wallpaper and Lockscreen into Win32 apps.

    https://www.linkedin.com/pulse/intune-advanced-automation-part-3-windows-branding-mirochnitchenko

    If you have PRO instead of Enterprice, the lockscreen will not apply, you then have to use different reg settings:

    #Set Lockscreen location for Windows Professional SKU New-Item -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP" -ErrorAction SilentlyContinue New-ItemProperty -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" -Name LockScreenImagePath -Value "C:\lockscreen.jpg" -PropertyType String -Force -ErrorAction SilentlyContinue New-ItemProperty -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" -Name LockScreenImageUrl -Value "C:\lockscreen.jpg" -PropertyType String -Force -ErrorAction SilentlyContinue New-ItemProperty -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" -Name LockScreenImageStatus -Value "0" -PropertyType DWord -Force -ErrorAction SilentlyContinue

    0 comments No comments

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

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