Skip to content
Follow
Windows

How to Enable or Disable Lock Screen Slideshow in Windows 11

Richard
Written by
Richard
Mar 30, 2026 Updated Aug 12, 2026 2 min read
How to Enable or Disable Lock Screen Slideshow in Windows 11
How to Enable or Disable Lock Screen Slideshow in Windows 11

The lock screen slideshow in Windows 11 cycles through a rotating group of your favorite photos every time you walk away from your PC. Pressing the Win+L triggers this display, which alternates between your own folders and daily images.

Turning off the photo rotation helps save battery power on laptops and cuts down on system tasks. Keeping the feature active gives you a fresh backdrop every time you sign in, alongside other choices like Windows Spotlight or a single static picture.

⚡ Quick Answer

Navigate to Settings Personalization Lock screen Under “Personalize your lock screen,” select “Picture” or “Windows Spotlight” to disable the slideshow, or choose “Slideshow” to enable it.

Option 1Using Local Group Policy Editor

Windows 11 Pro, Enterprise, and Education users can manage the lock screen slideshow using the Local Group Policy Editor (a built-in tool for managing system settings). This tool lets you quickly switch the slideshow feature on or off for your lock screen. Configuring the Local Group Policy Editor takes care of this adjustment.

  1. Open the Local Group Policy Editor by typing gpedit.msc in the search box and pressing Enter. ⚠️ Admin Required
  2. In the left pane, navigate to this path:


    Computer Configuration > Administrative Templates > Control Panel > Personalization
Local Group Policy Editor setting to prevent Windows 11 lock screen slideshow
Local Group Policy Editor setting to prevent Windows 11 lock screen slideshow

To Enable Lock Screen Slideshow (Default Setting)

  1. Find Allow Cloud Content in the right pane.
  2. Select (dot) Not Configured.

To Disable Lock Screen Slideshow

  1. Find Allow Cloud Content in the right pane.
  2. Select (dot) Enabled.
Configuration options for disabling lock screen slideshow in Windows 11 Group Policy
Configuration options for disabling lock screen slideshow in Windows 11 Group Policy
  1. Close the Local Group Policy Editor.

Option 2Using Registry and Windows Terminal

💡Tip
This method works on all Windows 10 and Windows 11 editions, including Home.

To Enable Lock Screen Slideshow (Default Setting)

  1. Open Windows Terminal as administrator. ⚠️ Admin Required
  2. Run this command:
    reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v NoLockScreenSlideshow /f
  3. Close Windows Terminal when done.

To Disable Lock Screen Slideshow

  1. Open Windows Terminal as administrator. ⚠️ Admin Required
  2. Run this command:
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v NoLockScreenSlideshow /t REG_DWORD /d 1 /f
  3. Close Windows Terminal when done.

Summary

This guide has outlined two ways to manage the lock screen slideshow in Windows 11: using the Group Policy Editor for Pro versions and the Registry for all versions, including Home.

How to show Lock screen Picture on both monitors in 🪟 Windows 11?

Want to display your lock screen picture on both monitors in Windows 11? Right-click your desktop, then select ‘Personalize,’ followed by ‘Background.’ Ensure the background type is set to ‘Picture,’ then click ‘Browse photos’ and choose your images.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Disable Lock Screen Notifications in Windows 11
Windows How to Disable Lock Screen Notifications in Windows 11
How to Add or Remove Lock Screen Widgets on Windows 11
Windows How to Add or Remove Lock Screen Widgets on Windows 11
How to Turn On or Off the Lock Screen in Windows 11
Windows How to Turn On or Off the Lock Screen in Windows 11
How to Hide Notification Content on Windows 11 Lock Screen
Windows How to Hide Notification Content on Windows 11 Lock Screen

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *