在某一次更新后搜索就无法使用(一直加载),且左下方 探索会提示无法加载板块,加载板块时出现问题。系统为windows11,该如何解决呢?

Yuuki 0 信誉分
2025-11-22T02:26:13.7333333+00:00

用户的图像

用户的图像

Windows 家庭版 | Windows 11 | 性能和系统故障
0 个注释 无注释
{count} 票

1 个答案

排序依据: 非常有帮助
  1. John DeV 155.7K 信誉分 独立顾问
    2025-11-22T03:09:55.6066667+00:00

    Hi, good day!

    • When was the last time it worked properly?
    • What specific update did you install recently?
    • What is your Windows operating system and version? Press Windows key+R to open Run then type: winver Press Enter Please take a screenshot of the resulting window and post it in your next response. Note: Don't include any personal information or sensitive data as Microsoft Q&A is a public forum.

    Please try to run SFC and DISM to check for any system errors and corrupted files.

    https://support.microsoft.com/windows/using-system-file-checker-in-windows-365e0031-36b1-6031-f804-8fd86e0ef4ca

    Repair all Windows apps via PowerShell

    Windows key+X then select Windows PowerShell (Admin)

    Copy and paste the command below one at a time then press Enter. Please ignore the red errors and let the process complete.

    Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
    
    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    

    Restart your computer

    If this does not work, please try the additional solutions in the support article linked below if it helps.

    https://learn.microsoft.com/troubleshoot/windows-client/shell-experience/fix-problems-in-windows-search

    I look forward to receiving your update and I'm willing to collaborate with you till we resolve the issue. Do keep me informed by clicking "Add comment" below.

    0 个注释 无注释

你的答案

提问者可以将答案标记为“已接受”,版主可以将答案标记为“已推荐”,这有助于用户了解答案是否解决了提问者的问题。