Forum Discussion
paulpchou
Apr 02, 2026Iron Contributor
Windows spotlight image missing in the lock screen Dev.
hi all, My Windows spotlight image is missing in the lock screen. In the feedback hub, I think it is reported but want to double check if it is actually a bug. Anyone facing this issue?
KapilArya
Apr 02, 2026MVP
Can you try re-registering Windows Spotlight, see if it helps:
Get-AppxPackage -Name Microsoft.Windows.ContentDeliveryManager | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
- paulpchouApr 02, 2026Iron Contributor
I might have tried it but will try it again. Is this a bug?