If the location information is no longer showing on your Windows Spotlight lock screen images, it could be due to a temporary glitch or a change in settings. Here are a few steps you can try to resolve the issue:
- Check Windows Spotlight Settings: Ensure that Windows Spotlight is still enabled. Go to Settings > Personalization > Lock screen and select Windows Spotlight.
- Restart Windows Explorer: Sometimes, simply restarting Windows Explorer can refresh the lock screen settings. You can do this by opening Task Manager, finding Windows Explorer in the list, right-clicking it, and selecting Restart.
- Run PowerShell Command: If the issue persists, you can run a PowerShell command to reset the Windows Spotlight feature. Open PowerShell as an administrator and enter the following command:
This command will re-register the Windows Spotlight feature.Get-AppxPackage -AllUsers ContentDeliveryManager | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - Check for Windows Updates: Make sure your system is up to date, as updates can fix bugs related to Windows Spotlight.
- Reboot Your Computer: After making changes or running commands, reboot your computer to see if the location information returns.
If none of these steps work, it may be a bug that could be addressed in future updates from Microsoft.
References: