Windows 10 Lock Screen image as Desktop Wallpaper

desktop-customizationwindowswindows 10

Windows 10 when locked covers the whole screen with an image that changes periodically.

How can I make it so that whatever image is on the Windows 10 lock screen is also my desktop background/wallpaper? This of course means that when the lock screen image changes, the wallpaper should change to that too.

Best Answer

I've created a little python 3 script which copies the pictures that are available to a designated background folder. It requires that you create a designated folder to store the pictures in and you need to update the path to match your own user.

https://github.com/Maximusnor/Windows-background It requires python3 + some packages to use

Related Question