Issue with Lock Screen Slideshow and Screensaver Integration in Windows 11


zayn

Member
Local time
6:25 PM
Posts
3
OS
Windows 11 Education 23H2 - 22631.3447
Hello everyone,


I'm facing a bit of a challenge and hoping someone might be able to help. Here’s what I want to achieve:


  • I want to have a lock screen slideshow playing.
  • After the slideshow has been running for X minutes, I want my screensaver to kick in automatically.

I’ve been able to set up the lock screen slideshow without issue, but here's where the problem arises:


  • As soon as I select my screensaver in the Screen Saver settings, the lock screen slideshow reverts back to the default lock screen picture instead of continuing as a slideshow.
  • If I go back into the lock screen settings, it shows the lock screen picture again, and the slideshow option is lost.

I’ve tried various settings, but I can’t seem to find a way to get them both to work together. When the slideshow is active, the screensaver option seems to reset to None. On the other hand, when I change the screensaver settings, the lock screen slideshow reverts to the picture.


I did find a related post on superuser.com, where someone mentioned a registry issue when setting screensaver-related values. However, I haven't found a clear solution to this specific combination of settings.


Has anyone encountered this issue, or does anyone have a working method to set both the lock screen slideshow and screensaver to function together? It seems like the two settings are conflicting somehow, and I haven’t been able to find a workaround.


Thanks in advance for any help or suggestions!
 
Windows Build/Version
22631.5262

Attachments

  • Screenshot 2025-05-31 123805.webp
    Screenshot 2025-05-31 123805.webp
    180.7 KB · Views: 1
  • Screenshot 2025-05-31 123834.webp
    Screenshot 2025-05-31 123834.webp
    164.8 KB · Views: 1

My Computer

System One

  • OS
    Windows 11 Education 23H2 - 22631.3447
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo Yoga Slim Pro X (14ARH7)
    CPU
    AMD Ryzen 7 6800HS
    Memory
    32GB DDR5
    Graphics Card(s)
    AMD Radeon Graphics / NVIDIA GeForce RTX 3050 Laptop GPU
Sorry no one has answered you. I do not use slide show but will try to help you. If I can't, others will see the activity and step in.

I see you are running Windows Education version. First of all, in that second screenshot, it shows some settings managed by your organization. That means one of 2 things. Either a group policy has been set by an administrator OR if the user is an administrator, some tweak you have made is prohibiting you from making some of the changes in Personalization-lock screen.

Regarding having a lock screen slideshow and a screensaver it is as I suspected and you can't have both at the same time. I verified my suspicion with AI and this is the answer I received.
-------
No, you cannot use a lock screen slideshow and a screensaver at the same time in Windows 11 (including the Education version). Here's why and how they interact:

🔄 Lock Screen Slideshow vs. Screensaver — Key Differences:


FeatureLock Screen SlideshowScreensaver
When it appearsWhen you lock your PC or it locks due to inactivityAfter a set period of inactivity (before locking the screen, unless configured otherwise)
FunctionShows a rotating slideshow of selected imagesRuns an animation or image display, sometimes to prevent screen burn-in
Where it's seenLock screen onlyOn the desktop, before the lock screen appears
User ControlThrough Settings > Personalization > Lock ScreenThrough Control Panel > Appearance and Personalization > Change Screensaver
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2 26100.4061
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1tb Solidigm m.2 nvme+256gb SKHynix m.2 nvme /External drives 512gb Samsung m.2 sata+1tb Kingston m2.nvme+ 4gb Solidigm nvme
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    #1 Edge #2 Firefox
    Antivirus
    Defender+MWB Premium
  • Operating System
    Windows 11 Pro 24H2 26100.4061
    Computer type
    PC/Desktop
    Manufacturer/Model
    Beelink Mini PC SER5
    CPU
    AMD Ryzen 7 6800U
    Memory
    32 gb
    Graphics card(s)
    integrated
    Sound Card
    integrated
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Crucial nvme
    Mouse
    Logitech wireless
    Keyboard
    Logitech wired
    Internet Speed
    still too embarrassed to tell
    Browser
    Firefox
    Antivirus
    Defender
    Other Info
    System 3 is non compliant Dell 9020 i7-4770/24gb ram Win11 PRO 26100.4061
A possible solution is to bypass the Settings app and Screen Saver control panel (after you've configured their respective image settings).
Code:
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v LockScreenAutoLockActive /t REG_DWORD /d 1 /f
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v DelayLockInterval /t REG_DWORD /d 120 /f
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v "SCRNSAVE.EXE" /t REG_SZ /d "C:\\Windows\\SysWOW64\\ssmypics.scr" /f

reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Lock Screen" /v SlideshowEnabled /t REG_DWORD /d 1 /f

Where DelayLockInterval is counted in seconds.
 

My Computer

System One

  • OS
    Windows 7

Latest Support Threads

Back
Top Bottom