Windows Wallpaper Slideshow Registry Key Location
Windows stores user-specific desktop wallpaper slideshow and
transition configurations within the HKEY_CURRENT_USER hive
in the Windows Registry. These settings define transition intervals,
shuffle status, source folders, and image positioning across desktop
backgrounds for the currently logged-in user profile.
Primary Registry Path for Desktop Slideshow
The main registry key controlling the active slideshow transitions and behavior is:
HKEY_CURRENT_USER\Control Panel\Personalization\Desktop Slideshow
Within this key, the following values determine how the slide transition operates:
Interval(REG_DWORD): Determines the amount of time each wallpaper remains on the screen before transitioning to the next. The value is stored in milliseconds (for example,60000for 1 minute,1800000for 30 minutes, or86400000for 1 day).Shuffle(REG_DWORD): Controls the image order. Setting this value to1enables randomized transitions, while0keeps the slideshow in sequential order.
Related Wallpaper and Slide Configuration Paths
Additional user-specific settings related to the source images and active layout are stored across two complementary registry keys:
1. Slideshow Source and State
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers
This path manages directory references and playback states: *
SlideshowDirectoryPath1 /
BackgroundHistoryPath: Records the directory path
containing the images used in the active slide rotation. *
CurrentWallpaperPath: Holds the absolute
file path of the currently displayed image.
2. Wallpaper Scaling and Fit
HKEY_CURRENT_USER\Control Panel\Desktop
This path governs how images display on screen during and after
transitions: * WallpaperStyle (REG_SZ):
Determines the fit type (e.g., 10 for Fill, 6
for Fit, 2 for Stretch, 0 for Center/Tile,
22 for Span). * TileWallpaper
(REG_SZ): Set to 1 to tile the image or
0 to disable tiling.
How to Access and Modify These Settings
- Press
Win + R, typeregedit, and press Enter to open the Registry Editor. - Navigate to
HKEY_CURRENT_USER\Control Panel\Personalization\Desktop Slideshow. - Double-click
Intervalto adjust the transition frequency in milliseconds using the Decimal base option. - Double-click
Shuffleto toggle between sequential (0) and random (1) transitions. - Restart the
explorer.exeprocess or sign out and sign back in for changes to take effect immediately.