Windows 10: How to remotely update lockscreen wallpaper slideshow

Discus and support How to remotely update lockscreen wallpaper slideshow in Windows 10 Network and Sharing to solve the problem; Hey everyone! At my company, we have about 20 laptops that run Windows 10 and are connected on a local network. All are domain-joined and connected... Discussion in 'Windows 10 Network and Sharing' started by Rulerof55, Oct 8, 2015.

  1. Rulerof55 Win User

    How to remotely update lockscreen wallpaper slideshow


    Hey everyone!
    At my company, we have about 20 laptops that run Windows 10 and are connected on a local network. All are domain-joined and connected through AD. One of my favorite features of Windows 10 is the lockscreen slideshow. This is what you initially see when you boot your PC, and is displayed with the time, date, and other icons. By selecting multiple photos, Windows will create a nice slideshow and display them on the lockscreen. I have about 30 photos in a folder that I've used to create a slideshow.

    Here is what I'm trying to achieve. I'd like to set every machine on the network to have a lockscreen slideshow using those photos. I could do it manually, but that poses two problems. One, it's very time consuming, and needs to be done for new PC's as well. Secondly, I'd like to be able to add new photos to the 30 I have, and have them add to everyone's lockscreen slideshows. If I manually added them, I'd have to go to each machine to update with the new photos.

    One solution I was thinking of was to point the directory that Windows gets the slideshows from to a network share that contains the images. But I worry about what will happen when a user is away from the office and doesn't have network connectivity to that drive.

    The best solution I can think is to have a script that will copy the lock screen photos from a network shared folder to a local folder on C when connected to the network. It would need to only add photos that aren't added already to avoid duplicates. That way, the files are locally accessed, but can be updated remotely, and there aren't any issues with leaving the network. The script could be distributed through group policy.

    So I have two questions. Does anyone have a better way to do this? If not, does anyone know what the syntax of that script would look like? I don't know how to make it avoid copying duplicates.

    Thanks ahead of time!

    :)
     
    Rulerof55, Oct 8, 2015
    #1
  2. cwmwown Win User

    Lockscreen wallpaper (windows spotlight) on desktop

    It is called windows spotlight.

    In order to set them to your lockscreen go to where you change your wallpapers, select slideshow and choose windows spotlight.

    There are ways to save the current wallpapers to use as your desktop and for other purposes. (as long as it is legal)

    How to save Windows Spotlight lockscreen images so you can use them as wallpapers
     
    cwmwown, Oct 8, 2015
    #2
  3. amit_kmr Win User
    Lockscreen wallpaper (windows spotlight) on desktop

    I really like the spotlight feature as it sometimes feature very classy lockscreen wallpapers & with the slideshow option it is not feasible for us to put the exact same wallpaper as on lockscreen so i hope that windows consider this as an enhancement
    for the later releases.
     
    amit_kmr, Oct 8, 2015
    #3
  4. spapakons Win User

    How to remotely update lockscreen wallpaper slideshow

    Could you add multiple folders to the slide show? This way you can have a local folder with all photos and a network folder where you can put newer photos. When offline, only the local photos will be used. These can be updated once a day or once a week. If online you can also use the newer photos from the shared folder. I am not familiar with scripts, so I cannot help. A similar in old DOS would be

    copy {source path}\*.* {target path}

    Where source path is the network folder like L: \\servername\sharedfolder and target path is the local folder like c:\users\username\pictures

    But I don't know how to automatically answer no to all when asked for replacing the old pictures. I think something similar should be the script in PowerShell with additional parameters for automatically skipping old pictures. Anyone else that is familiar with PowerShell? Once created the script must be copied to the startup folder to run upon login.
     
    spapakons, Oct 10, 2015
    #4
  5. Rulerof55 Win User
    That's a good idea, but unfortunately it doesn't work. When I add a network folder, I get an error saying "The LockScreenAdditions folder isn't supported because of its location. Please choose another folder." LockScreenAdditions was the name of the folder I created.

    I figured out how to use Xcopy to keep the local photos updated with the server ones. Now it's just a matter of getting that script to run on login with GP and AD. I'm still open to any better suggestions though!
     
    Rulerof55, Oct 11, 2015
    #5
  6. spapakons Win User
    There is one problem though. When you connect to the network, the script will work OK and update the folder. But when you are offline the script will fail. You should make the script so that it checks when connected to the server and terminate if offline. Maybe this is easier to do in PowerShell rather than the standard command prompt. Sorry, but I am not familiar with PowerShell programming, so I cannot help you. I can only describe what the script should do:

    1) Check connection status with server
    2) If online then goto 4).
    3) If offline then terminate.
    4) Copy all files from server, skip file if it exists.

    You could even compare an existing file and keep both versions if it is different (another photo with the same filename) but this goes too far.
     
    spapakons, Oct 12, 2015
    #6
  7. Rulerof55 Win User
    That's the beauty of a login script though. It's not going to run if there's no domain connectivity anyways. I've set it to distribute through GP, and so far it is working. So it looks like this is my solution: Set the wallpaper setting once on every PC manually, and update the content through a login script that copies files to the local C drive. If there is no domain connectivity, then the script won't be triggered on login anyways, and the local files will still be there for the wallpaper to read from.

    Now here's another issue i'm running into - apparently login scripts are a "user" group policy, and I want to apply it to "computers". This looks easier said than done.. Apparently I have to use something called loopback in GP. Time to go learn. haha.
     
    Rulerof55, Oct 12, 2015
    #7
  8. spapakons Win User

    How to remotely update lockscreen wallpaper slideshow

    Why don't you apply to the "everyone" user so essentially to any user that logins to the particular computer?
     
    spapakons, Oct 12, 2015
    #8
  9. Rulerof55 Win User
    Because there are other PC's in the organization (more than 100) that I don't want this setting to apply to. Those are running windows 7 or 8. Sorry, I hadn't mentioned that. If I applied it to all users, those machines would be affected.

    I figured out loopback group policies. It's much easier than it looks. Basically, flipping one switch allows a user policy to be applied to an OU with computers in it. My login script is completely working now.
     
    Rulerof55, Apr 5, 2018
    #9
Thema:

How to remotely update lockscreen wallpaper slideshow

Loading...
  1. How to remotely update lockscreen wallpaper slideshow - Similar Threads - remotely update lockscreen

  2. Wallpaper slideshow

    in Windows 10 Software and Apps
    Wallpaper slideshow: Hi,I have set the background to show a random image Change picture every: 1 minuteShuffle: OnChoose a fit: FitEvery time the wallpaper change on my main screen it flicker totaly Black and return as normal after a second or 2and when i use right click "show next wallpaper" it...
  3. Wallpaper slideshow

    in Windows 10 Gaming
    Wallpaper slideshow: Hi,I have set the background to show a random image Change picture every: 1 minuteShuffle: OnChoose a fit: FitEvery time the wallpaper change on my main screen it flicker totaly Black and return as normal after a second or 2and when i use right click "show next wallpaper" it...
  4. lockscreen slideshow

    in Windows 10 Gaming
    lockscreen slideshow: Im new to microsoft and i have a question about my lockscreen slideshow. ive recently created an album from my google account and then downloaded it to microsoft to use as my slideshow. its perfecty except the fact that now i have a bunch more pictures i would like to add to...
  5. lockscreen slideshow

    in Windows 10 Software and Apps
    lockscreen slideshow: Im new to microsoft and i have a question about my lockscreen slideshow. ive recently created an album from my google account and then downloaded it to microsoft to use as my slideshow. its perfecty except the fact that now i have a bunch more pictures i would like to add to...
  6. lockscreen slideshow

    in Windows 10 Customization
    lockscreen slideshow: Im new to microsoft and i have a question about my lockscreen slideshow. ive recently created an album from my google account and then downloaded it to microsoft to use as my slideshow. its perfecty except the fact that now i have a bunch more pictures i would like to add to...
  7. Lockscreen Wallpaper

    in Windows 10 Customization
    Lockscreen Wallpaper: I can't change the lockscreen wallpaper, Everytime i want to change wallpaper I select wallpaper then wallpaper is only loading not applying. Windows spotlight also isn't working. When i select windows spotlight, i see only blue colour in Lockscreen.i have many times reset my...
  8. Lockscreen slideshow

    in Windows Hello & Lockscreen
    Lockscreen slideshow: How do I find the folder that my lockscreen slideshow displays on windows 10? https://answers.microsoft.com/en-us/windows/forum/all/lockscreen-slideshow/08824bef-e416-4e6c-a3a9-91c143ec2456
  9. Lockscreen slideshow.

    in Windows Hello & Lockscreen
    Lockscreen slideshow.: Is there a way to skip to the previous picture in the lockscreen slideshow? If not, what is a good program to use for slideshows? This program must be easy to launch, ideally from the the desktop without the need to select which folder to display everytime it is...
  10. Lockscreen Slideshow

    in Windows 10 Customization
    Lockscreen Slideshow: Lock screen slideshow won't work ! 15369

Users found this page by searching for:

  1. script to set lockscreen slide show for all domain users using gpo