Windows Spotlight is a Windows 10 feature that displays various images on your screen after locking your computer. The images are automatically downloaded from Bing.
You can mark whether you like a particular image or not. Depending on your preferences, Windows Spotlight will show you more or fewer images of that kind.
Sometimes, the Windows Spotlight lock screen gets stuck on the same picture. Even if you reboot your computer multiple times, Windows Spotlight fails to replace the existing image with a new one.
My Windows Spotlight Lock Screen Image Won’t Change
Let Apps Run in the Background
Before trying any complicated methods, make sure your computer lets apps run in the background.
- Go to Settings → Privacy.
- Then scroll down to Background apps (left-hand pane).
- Turn on the option that lets apps run in the background.
- Next, go to Settings → Personalization.
- Select Lock screen and enable Windows Spotlight.
- Lock your computer and check if the lock screen is still stuck on the same image.
Disable Metered Internet Connections
If your Internet connection is configured as metered, Windows Spotlight won’t download the images from Bing. That might explain why the lock screen is stuck on the same picture.
- Go to Settings.
- Then select Network and Internet.
- Select your network and scroll down to Metered connection.
- Disable this option and restart your computer.
- Then lock your screen to check if this method solved the problem.
Reset Windows Spotlight
- Go to Settings.
- Navigate to Personalization.
- Click on the Lock screen option.
- Locate the Background option.
- If Windows Spotlight is selected, change the settings and select Picture or Slideshow instead.
- Then, press the Windows and R keys simultaneously.
- In the new Run window, enter this path:
- %USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
- %USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
- Delete all the files stored in that folder. These are old lock screen images.
- Next, open your Windows Spotlight settings by entering this path in a new Run window:
- %USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Settings
- Locate and right-click on the following settings: settings.dat and roaming.lock. Rename both these files to settings.dat.bak and roaming.lock.bak, respectively.
- After you did that, reboot your machine.
- Go back to Settings → Personalization → Lock screen.
- Enable Windows Spotlight.
- Lock your screen and check if Windows Spotlight is now displaying new images.
Note: Be patient; wait 10 or 30 minutes before jumping to the next solution. It may take up to 30 minutes for the Assets folder to repopulate.
Reset Spotlight Settings Using PowerShell
If the previous method did not yield positive results, try resetting your Windows Spotlight settings using Powershell.
- The first step is to go to Settings → Personalization → Lock screen.
- Then enable Windows Spotlight.
- Next, launch PowerShell (administrator).
- Enter the following command:
- Get-AppxPackage -allusers *ContentDeliveryManager* | foreach {Add-AppxPackage “$($_.InstallLocation)\appxmanifest.xml” -DisableDevelopmentMode -register }
- Get-AppxPackage -allusers *ContentDeliveryManager* | foreach {Add-AppxPackage “$($_.InstallLocation)\appxmanifest.xml” -DisableDevelopmentMode -register }
- After resetting ContentDelivery, reboot your computer.
- Lock your device and check if the Spotlight image is different now.
Notes:
Some users suggested that changing the region settings to the United States may fix this problem.
Other users managed to fix this issue by installing .NET Framework 3.5. To do this, go to the Start menu and search for ‘Turn Windows features on or off.’ Check the NET Framework 3.5 checkbox.
Did you manage to fix Windows Spotlight? Let us know in the comments below.
Did this help? Let us know!