Windows Spotlight Desktop Registry Key Location
Windows Spotlight automatically rotates background imagery on Windows systems, sourcing high-definition pictures directly from Bing. This guide outlines the exact Windows Registry paths and values required to configure, enable, or disable the Windows Spotlight desktop background feature using the Registry Editor (Regedit).
User Configuration Registry Path
The primary registry path that stores individual user preferences for the Windows Spotlight desktop background is:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager
Under this key, the following DWORD (32-bit) values control the desktop background behavior:
- RotatingImageSubscribed: Controls whether the
Windows Spotlight desktop background is enabled.
1= Enabled (Windows Spotlight is active)0= Disabled (Standard wallpaper is used)
- RotatingImageOverlayEnabled: Controls the desktop
icon overlay (such as “Learn about this picture”).
1= Enabled0= Disabled
Policy-Level Registry Path
To enforce or disable the Spotlight desktop feature across the entire machine or per user via administrative policies, use the policy registry paths:
- Machine-wide path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent - Current user path:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent
Under either of these keys, manage the following DWORD (32-bit) value:
- DisableSpotlightCollectionOnDesktop:
1= Disables the ability to use Windows Spotlight as a desktop background.0= Allows the use of Windows Spotlight on the desktop.
If the CloudContent key or the specific values do not
exist in the policy directory, they can be created manually to enforce
the rule.
Applying Changes
After modifying any of these registry values:
- Open Task Manager
(
Ctrl + Shift + Esc). - Locate Windows Explorer in the Processes tab.
- Right-click and select Restart, or sign out and sign back into the Windows user account to apply the changes.