Windows Slideshow custom pictures deployment

Pavel yannara Mirochnitchenko 11,711 Reputation points
2022-11-24T19:25:00.393+00:00

Our customer desires to have their own picture collection during screen saver / Windows Spotlight / Slideshow. I spend some time to study this topic and found registry path below. If I add custom folder location to Slideshow via Settings\Personalization\Lockscreen\ I see registery creates this crazy hash path value. I did a test by removing the custom folder location, re-added it back and checked, that the hash seems to be re-generated with same values. Could this work with deployment automation? Am I on the right path, or is there a better way to do this?

264016-image.png

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,902 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
902 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,717 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jordi Rojas 266 Reputation points
    2023-01-19T18:28:10.5+00:00

    Hi,

    You can deploy a new lockscreen folder locally or from Azure storage with this method. This article is related to add the images to a storage account on Azure but you can modify the script and change the path to be a local path.

    [https://dybbugt.no/intune-setting-custom-wallpaper-and-lockscreen-on-windows-10-devices-with-powershell-and-azure-storage-blobs/

    the script from github:

    [https://github.com/geirdybbugt/Community-By-GeirDybbugt/tree/master/Win10

    0 comments No comments