Hello Diane Crawford
Thanks for the updates and patience.
I suggest you try to troubleshoot whether the problem comes from third-party optimization software or anti-virus software, you can start the computer to a clean state. Check whether Windows Spotlight is working normally. Some users have reported that the problem may come from the interference of antivirus software on Windows Spotlight, so it is very important to eliminate the interference of the software.
For how to perform a Windows clean boot, please see the following article: How to perform a clean boot in Windows - Microsoft Support
Disclaimer: A “clean boot” starts Windows with a minimal set of drivers and startup programs. It helps to determine whether a background program is interfering with your game or program and to isolate the cause of a problem.
These steps of "clean boot" might look complicated at first glance. However, to avoid any trouble for you, please follow them in order and step-by step so that it will help you get you back on track.
Assuming that everything is normal in the clean boot state, please remove or uninstall the software that may cause interference, and then create a new text document by right-clicking on the blank space of the desktop -> copy the following content into the text document-> change the extension of the file .txt to .bat -> double-click it to run -> restart your computer after running, and observe whether Spotlight takes effect.
| DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets" <br><br>DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Settings" <br><br> <br><br>PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *ContentDeliveryManager*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}" |