如何在 Windows 11/10 中将 Windows 搜索设置重置为默认值

如果Windows Search 无法正常(Windows Search is not working)工作,那么您可能需要将 Windows Search 设置重置(reset Windows Search settings)为默认设置,看看它是否对您有帮助。您必须使用PowerShell cmdlet 轻松实现此目的。

重置 Windows 搜索

重置 Windows 11/10 搜索

  1. (Sign-into)以管理员身份登录您的Windows计算机。(Windows)
  2. 从Microsoft(Microsoft.)下载ResetWindowsSearchBox.ps1脚本。
  3. 右键单击它并选择Run with PowerShell
  4. UAC要求确认时,说Open
  5. PowerShell 窗口将打开。
  6. 系统将询问您是否允许此应用程序对您的设备进行更改(Do you want to allow this app to make changes to your device)- 说(Yes)
  7. 该过程完成后,关闭PowerShell窗口。

无法加载,因为在此系统上禁用了正在运行的脚本

如果您收到无法加载,因为此系统(Cannot be loaded because running scripts is disabled on this system)错误消息已禁用运行脚本,请执行以下命令:

Get-ExecutionPolicy

您可能会看到Restricted。然后执行以下命令将类型更改为无限制:

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted

策略更改完成后,立即尝试运行ResetWindowsSearchBox.ps1

成功重置Windows 搜索(Windows Search)设置后,您可能还想恢复旧的执行策略(Policy)设置。为此,请执行以下命令,从 Unrestricted 更改回 Restricted:

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Restricted

按 Y(Press Y),然后按Enter接受更改并恢复到以前的策略设置。

使用注册表将(Registry)Windows 搜索(Windows Search)设置恢复为默认值

您还可以打开注册表编辑器并导航到以下键:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search

在这里,将SetupCompletedSuccessfully的值从 1 更改为0

接下来,打开服务管理器(open Services Manager)并重新启动Windows Search Service

这将使Windows Search清除所有自定义索引位置、添加默认位置并重建索引。

重新启动计算机并查看Windows Search是否正常工作。

注意(NOTE):如果Windows 搜索索引器不工作(Windows Search Indexer is not working),那么您必须重建搜索索引(rebuild Search Index)。索引器诊断工具(Indexer Diagnostics Tool)将帮助修复Windows 11/10 搜索索引器(Search Indexer)问题。



About the author

在商业和技术方面,Windows 10 和 Windows 11/10 是非常重要的工具。它们使您可以比以往更轻松、更安全地与计算机交互,并运行功能强大但可自定义的应用程序,而不会带来任何安全风险。这些工具对于希望能够扩大其在线业务并吸引新客户的企业来说也是必不可少的。因此,我会说我在 Windows 10 和 Windows 11/10 方面的技能使我成为此类工作或业务的理想人选。



Related posts