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:

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

  1. Press Win + R, type regedit, and press Enter to open the Registry Editor.
  2. Navigate to HKEY_CURRENT_USER\Control Panel\Personalization\Desktop Slideshow.
  3. Double-click Interval to adjust the transition frequency in milliseconds using the Decimal base option.
  4. Double-click Shuffle to toggle between sequential (0) and random (1) transitions.
  5. Restart the explorer.exe process or sign out and sign back in for changes to take effect immediately.