为什么个性化的背景里没有“windows聚焦”选项

Exay Ye 0 信誉分
2025-06-10T06:46:19.3+00:00

在背景设置里没有“windows聚焦”选项,在锁屏画面里有这个选项,在主题里也显示背景是windows聚焦。请问这是什么原因?

系统信息:

版本 Windows 11 专业工作站版

版本号 23H2

安装日期 ‎2025/‎5/‎28

操作系统版本 22631.5413

体验 Windows 功能体验包 1000.22700.1106.0

背景

Windows 商业版 适用于 IT 专业人员的 Windows 客户端 用户体验 其他
0 个注释 无注释
{count} 票

1 个答案

排序依据: 非常有帮助
  1. Henry Mai 1,590 信誉分 独立顾问
    2025-06-11T08:46:36.95+00:00

    Hello, I’m Henry, and I’d like to share my insights on this issue. I’m working to translate and understand your concern.

    I see that the problem is more likely caused by a misconfiguration, a corrupted system component, or a specific policy setting.

    You could try some methods:

    Method 1: Reset the Windows Spotlight Component via PowerShell (Most Recommended)

    This is the most effective method because it directly resets the background app responsible for the Spotlight feature.

    Right-click on the Start Menu button and select "Terminal (Admin)" or "Windows PowerShell (Admin)".

    1. In the blue or black window that opens, copy and paste the following command, then press Enter. This command finds and re-registers the Spotlight application package.
    2. Get-AppxPackage Microsoft.Windows.ContentDeliveryManager | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register ``"$($_.InstallLocation)\AppXManifest.xml"`` -Verbose} You will see some text as the process runs. Wait for it to complete and for the cursor to return to a new line. Restart your computer. After restarting, go back to Settings > Personalization > Background and check if the "Windows Spotlight" option has returned.

    Method 2: Check Group Policy Settings

    Your version of Windows has the Group Policy Editor so let's try with this

    1. Press the Win + R keys to open the Run dialog, type gpedit.msc, and press Enter. This will open the Local Group Policy Editor.
    2. In the left-hand panel, navigate to the following path: Computer Configuration > Administrative Templates > Windows Components > Cloud Content
    3. Click on Cloud Content. In the right-hand window, look for the following policies and ensure their state is set to "Not Configured" or "Disabled". If any are "Enabled," double-click them to change the setting.
      • Turn off all Windows Spotlight features
      • Configure Windows Spotlight on the lock screen (should be Not Configured to allow user control)
      • Most Importantly: Configure Windows Spotlight on desktop (This is a newer policy that might be present).
    4. Next, navigate to this path: User Configuration > Administrative Templates > Windows Components > Cloud Content
    5. Check for the same policies here and ensure they are also Not Configured or Disabled.
    6. Restart your computer after making any changes.We will start with the most direct and likely solutions first.

    I hope this helps guide you in the right direction.

    0 个注释 无注释

你的答案

问题作者可以将答案标记为“接受的答案”,这有助于用户了解已解决作者问题的答案。