
Windows 搜索栏坏了?三步搞定
症状:开始菜单搜索框没反应,搜不出东西。
原因:Windows Search 服务挂了。
修复:打开 PowerShell(管理员),依次运行:
Set-Service -Name "WSearch" -StartupType Automatic
Start-Service -Name "WSearch"
完事。
还是不行?重建索引:控制面板 → 索引选项 → 高级 → 重建。

Windows 搜索栏坏了?三步搞定
症状:开始菜单搜索框没反应,搜不出东西。
原因:Windows Search 服务挂了。
修复:打开 PowerShell(管理员),依次运行:
Set-Service -Name "WSearch" -StartupType Automatic
Start-Service -Name "WSearch"
完事。
还是不行?重建索引:控制面板 → 索引选项 → 高级 → 重建。