Disable Lock Screen Slideshow via Regedit
This guide explains how system administrators can disable modern lock screen image slideshows in Windows using the Registry Editor (Regedit). By configuring a dedicated policy in the Windows Registry, administrators can prevent users from enabling slideshows on the lock screen, thereby enforcing a static background, saving system resources, and maintaining a uniform appearance across managed endpoints.
Step-by-Step Registry Configuration
To disable the lock screen slideshow across the system, follow these steps:
Open the Registry Editor
PressWindows Key + Rto open the Run dialog box, typeregedit, and pressEnter. If prompted by User Account Control (UAC), click Yes to grant administrative privileges.Navigate to the Personalization Policy Key
In the Registry Editor, use the left-hand navigation pane to browse to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\PersonalizationNote: If the
Personalizationkey does not exist underWindows, right-click on theWindowsfolder, select New > Key, and name the new keyPersonalization.Create the Policy Value
Right-click in the empty space within the right-hand pane of thePersonalizationkey, select New, and click DWORD (32-bit) Value.Name the Value
Name the newly created value:
NoLockScreenSlideshowSet the Value Data
Double-click theNoLockScreenSlideshowvalue to open its properties. Set the Value data field to1and ensure the Base is set to Hexadecimal. Click OK to save the changes.Apply the Changes
Close the Registry Editor. The changes take effect immediately, but a system restart or signing out and back in is recommended to verify that the lock screen slideshow functionality has been completely disabled in Windows Settings.
To revert this configuration and allow lock screen slideshows in the
future, navigate back to the same registry path and either change the
value data of NoLockScreenSlideshow to 0 or
delete the NoLockScreenSlideshow entry entirely.