Windows Spotlight lock screen picture won't change

Anonymous
2018-02-09T16:26:33+00:00

Hello,

I have an HP laptop running Windows 10, and usually when my laptop is locked, the picture changes every now and then on my lock screen and I really enjoyed that. But recently for the past month or two, it's been stuck on the same picture and it stopped changing to new pictures. I checked my settings and I still have "Windows Spotlight" set as my lock screen but still nothing happens. It just stopped working and changing pictures for some reason.

If anyone can help, please do!

Windows for home | Windows 10 | Windows Hello, lock screen and sign-in

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2018-05-22T00:04:55+00:00

Just follow these steps of Windows Central:

How to fix Windows Spotlight Lock screen errors Is Windows Spotlight broken or stuck on the same image? If so, this guide details the steps to fix the issue.

Windows Spotlight is a feature included with Windows 10 that uses Bing to automatically download and set new background images on the Lock screen, to keep your experience fresh every time you sign in.

The only caveat with Windows Spotlight is that sometimes it will stop working, or you'll notice that it gets stuck on the same image. Unfortunately, Windows 10 doesn't include an option to reset this feature. However, it's possible to fix the Windows Spotlight settings with this simple workaround.

In this Windows 10 guide, we show you the steps to fix Windows Spotlight on your computer and keep getting fresh images from Bing on your Lock screen.

How to reset Windows Spotlight

If the Windows Spotlight feature is stuck on the same image, or it's not working at all, you can use the following steps to fix the issue:

  1. Open Settings.
  2. Click on Personalization.
  3. Click on Lock screen.
  4. Under "Background," make sure Windows Spotlight is NOT selected and change the option to Picture or Slideshow.
  5. Use the Windows key + R keyboard shortcut to open the Run command.
  6. Type the following path and click OK. %USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
  7. Select all the files (Ctrl + A) and hit the Delete key to clear all old images (if applicable).
  8. Use the Windows key + R keyboard shortcut to open the Run command again.
  9. Type the following path to where the Windows Spotlight settings are stored and click OK. %USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Settings
  10. Right-click settings.dat and roaming.lock individually, then click Rename and name them settings.dat.bak and roaming.lock.bak.
  11. Restart your computer.
  12. Open Settings.
  13. Click on Personalization.
  14. Click on Lock screen.
  15. Under "Background," make sure to enable Windows Spotlight.

Once you complete these steps, you can lock your PC (Windows key + L), and the Lock screen should show new Bing images.

If everything worked as expected, remember to go back to the Settings folders where Windows Spotlight stores the settings and delete the settings.dat.bak and roaming.lock.bak files.

Alternative method to fix Windows Spotlight

If the steps mentioned above didn't fix Windows Spotlight, you can try to reset the settings using the following steps:

  1. Open Settings.
  2. Click on Personalization.
  3. Click on Lock screen.
  4. Under "Background," make sure to enable Windows Spotlight. (If you don't enable the feature, you're likely to get an error while running the PowerShell command.)
  5. Open Start.
  6. Search for Windows PowerShell, right-click the result, and select Run as administrator.
  7. Enter the following command and press Enter to reset the Windows Spotlight: Get-AppxPackage -allusers *ContentDeliveryManager* | foreach {Add-AppxPackage "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode -register }
  8. Restart your computer.

After completing these steps, you should be able to lock your PC (Windows key + L), and the Lock screen should show new Bing images.

Source: https://www.windowscentral.com/how-fix-windows-spotlight-stuck-same-image-windows-10?passport=1526946645

Was this answer helpful?

1100+ people found this answer helpful.
0 comments No comments

567 additional answers

Sort by: Oldest
  1. Anonymous
    2019-08-07T08:44:59+00:00

    This is the conten I got after restarting and reset spotlight :

    \Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\ContentManagementSDK\Creatives\338387  : file 1565167478 :

    {"batchrsp":{"ver":"1.0","errors":[{"code":2040,"msg":"Demand source returns error (Name: GN_ps, Error: No eligible content.)."}],"refreshtime":"2019-08-07T12:43:21"}}

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-08-07T09:01:46+00:00

    You should first change your region setting to "United States" according to mixMugz's post on page 11, then do the following steps according to ze cat's post on page 9:

    1. Open screenlock config panel and select "picture" as screenlock
    2. Delete ALL content of dir : (ALL content, not only localstate or whatever) 

    Code:

    %USERPROFILE%\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy
    

    (Don't be afraid, one could stay (roamingState) with a non existent error if you click on it) Doesn't matter

    1. open powershell with admin rights, and paste :

    Code:

    Get-AppxPackage -allusers *ContentDeliveryManager* | foreach {Add-AppxPackage "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode -register }
    
    1. open regedit with admin rights, and remove or rename all content of 

    Code:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Creative
    

    Keep "S-1-0-0" with RotatingLockScreenEnabled = 1 inside

    1. Restart computer
    2. go back to screenlocker control panel, select spotlight, and everything should be ok.

    It will take a while for the content in \Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\ContentManagementSDK\Creatives\338387 to be created after you restart your computer.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2019-08-07T09:49:15+00:00

    Bravo !! you do it !! 

    After I looked for many days !!

    Thank you very much

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2019-08-07T12:57:43+00:00

    How do you use powershelll to reset content delivery. I did everything else

    Was this answer helpful?

    0 comments No comments