Personalization Reset and Re-register Windows Spotlight in Windows 11


Windows_Spotlight-new_header.webp

This tutorial will show you how to reset and re-register Windows Spotlight for your account in Windows 11.

In Windows 11, you can have Windows Spotlight as a theme and display different background images on your desktop and lock screen, and occasionally offers suggestions on the lock screen.

If Windows Spotlights stops working and/or stops changing the background image, you can reset and re-register Windows Spotlight to fix it.

Windows Spotlight will not work while connected to a metered network (ethernet or wireless), or in Battery Saver mode.

Windows Spotlight requires Background Apps to be turned on.

Country or region and Device setup region must be the same for Spotlight to work.

Region.webp


Sometimes it may take 24 to 48 hours after resetting for Windows Spotlight to sync again.


Another option is to use the Windows spotlight, dynamic images theme.

OR:



EXAMPLE: Windows Spotlight on Desktop and Lock screen

Windows_Spotlight_desktop_background.jpg
Windows_Spotlight_lock_screen.jpg




Here's How:

1 Change your desktop background to something other than Windows Spotlight. (see screenshot below)


Windows_Spotlight_desktop_background-1.png

2 Change your lock screen background to something other than Windows Spotlight. (see screenshot below)


Windows_Spotlight_lock_screen_background-1.png

3 Click/tap on the download button below to download the file below.

Reset_and_re-register_Windows_Spotlight.zip


(Contents of BAT file for reference)
Code:
:: Turn on background apps
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications" /v GlobalUserDisabled /f
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search" /v BackgroundAppGlobalToggle /f

:: Reset Windows Spotlight
DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\LocalCache\Microsoft\IrisService"
DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalCache\Microsoft\IrisService"
DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets"
DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Settings"

:: Re-register Windows Spotlight
PowerShell -Command "Get-AppxPackage -AllUsers *Microsoft.Windows.ContentDeliveryManager* | Reset-AppxPackage"
PowerShell -Command "Get-AppxPackage -AllUsers *MicrosoftWindows.Client.CBS* | Reset-AppxPackage"

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *ContentDeliveryManager*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *MicrosoftWindows.Client.CBS*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

4 Save the ZIP file to your desktop.

5 Unblock the ZIP file.

6 Extract the BAT file from the ZIP file.

7 Run the BAT file.

8 Restart the computer to apply.

9 After you sign in, you can change your desktop background back to Windows Spotlight if wanted. (see screenshot below)


Windows_Spotlight_desktop_background-2.png

10 Change your lock screen background back to Windows Spotlight if wanted. (see screenshot below)


Windows_Spotlight_lock_screen_background-2.png


That's it,
Shawn Brink


 

Attachments

Last edited:
As for me, both Client.CBS and ContentDeliveryManager seem to be borked, the latter one far more thoroughly than the former.
I’ve created 5 user accounts with my latest clean install… 3 using Microsoft credentials. All 5 downloaded new Lock Screen images within 5-15 minutes of the account creation and none downloaded any Desktop Spotlight images. In the past, logging in to a Microsoft would normally cause Desktop Spotlight to update its images. That doesn’t work now either… although, I have had it work on previous installations recently. I’ve not had much trouble with Windows Spotlight in the past and my clean install in late Spring. Anything after late July has been a total mess. And when something didn’t work right, it was normally the Lock Screen that wouldn’t update or had odd behavior.
 

My Computer My Computer

At a glance

Windows 11 ProThreadripper Pro 3945WX32 GB DDR4 3200/EEC HynixNvidia RTX 2070 Super FE
OS
Windows 11 Pro
Computer type
PC/Desktop
Manufacturer/Model
Lenovo P620
CPU
Threadripper Pro 3945WX
Motherboard
Lenovo 1046
Memory
32 GB DDR4 3200/EEC Hynix
Graphics Card(s)
Nvidia RTX 2070 Super FE
Sound Card
N/A
Monitor(s) Displays
Samsung CRG5
Screen Resolution
1920X1080 240mHz
Hard Drives
Samsung PM9A1 1TB NVMe
Samsung 970 EVO Plus 500 GB NVMe
Samsung 850 EVO 1 TB
Samsung 850 PRO 256 GB
PSU
1000 Watt Lenovo 80 plus Platinum
Keyboard
Corsair K95 Platinum XT
Mouse
M65 Pro RGB

Latest Support Threads

Back
Top Bottom