以下是我迄今为止尝试过的:
重新注册 Spotlight 应用程序
dism /online /cleanup-image /restorehealth
sfc /scannow
powershell
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like “*SystemApps*”} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
C:\Users\<USERNAME>\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_<Package ID>\LocalState\Assets
从文件夹中删除了所有聚光灯背景图像,roaming.lock
并删除了settings.dat
C:\Users\<USERNAME>\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_<Package ID>\Settings
基于此教程。
这些解决方案都不起作用。当我将锁定屏幕设置为背景时,Windows 聚光灯预览显示一个空白屏幕。
是否有人对我应该尝试什么才能使 Windows Spotlight 正常工作有其他想法?
答案1
您正在运行 Windows 10 Enterprise。这很重要,因为 Spotlight 组策略设置仅适用于企业版和教育版,因此您可能有一个禁用它的策略集。
- 跑步
rsop.msc
检查本文列出的位置(策略路径):https://docs.microsoft.com/en-us/windows/client-management/group-policies-for-enterprise-and-education-editions对于任何已启用的禁用 Windows Spotlight 的策略,具体如下:
User Configuration > Administrative Templates > Windows Components > Cloud Content > Configure Spotlight on lock screen
User Configuration > Administrative Templates > Windows Components > Cloud Content > Turn off all Windows Spotlight features
Computer Configuration > Administrative Templates > Control Panel > Personalization > Do not display the lock screen
Computer Configuration\Administrative Templates\Windows Components\Search\Don't search the web or display web results