如何在 Windows 11/10 中重建搜索索引?
如果您发现搜索结果丢失、不再有效或不正确,则搜索索引(Search Index)可能不是最新的——在这种情况下,您可以手动重建索引以强制更新。在这篇文章中,我们将向您展示在 Windows 11/10 设备上重建搜索索引的两种方法,如果它无法正常工作。(Search Index if it’s not working)
如何重建搜索索引
Windows 搜索(Windows Search)已得到显着改进,以限制服务索引文件以查找不影响搜索体验的内容的次数,并为你提供更好的Windows 11/10体验。
您可以通过两种快速简便的方式在Windows中重建搜索索引。
1]通过控制面板(Control Panel)重建搜索索引(Rebuild Search Index)
要通过Windows中的控制面板(Control Panel)重建搜索索引(Rebuild Search Index),请执行以下操作:
- 按Windows key + R调用“运行”对话框。
- 在“运行”对话框中,键入control并按 Enter 以打开“控制面板(open Control Panel)” 。
- 从窗口的右上角,将查看方式(View by) 选项设置为 大图标或小图标(Large icons or Small icons)。
- 单击索引选项(Indexing Options)。
- 在打开的窗口中,单击高级(Advanced)按钮。
- 在 Index Settings选项卡中,单击Troubleshooting下的(Troubleshooting)Rebuild 按钮 。
- 在提示上单击“确定(OK)”进行确认。
- 现在将开始索引操作。
- 索引完成后单击关闭按钮并退出(Close )控制面板(Control Panel)
请记住,重建索引可能需要很长时间才能完成。您可以随时单击暂停(Pause)按钮停止重建索引。
阅读(Read):Windows 搜索索引提示和技巧(Windows Search Indexing Tips and Tricks)。
2]使用批处理(Batch)(.BAT)文件重建搜索索引(Rebuild Search Index)
要在 Windows 中使用批处理 (.bat) 文件重建搜索索引,请执行以下操作:
- 按Windows key + R调用“运行”对话框。
- 在“运行”对话框中,键入记事本(notepad)并按 Enter 键打开记事本(open Notepad)。
- 将以下任一代码复制并粘贴到文本编辑器中。
@echo off net stop wsearch del "%ProgramData%\Microsoft\Search\Data\Applications\Windows\Windows.edb" :wsearch net start wsearch IF NOT %ERRORLEVEL%==0 (goto :wsearch) ELSE goto :END :END
或者(OR)
@echo off net stop wsearch REG ADD "HKLM\SOFTWARE\Microsoft\Windows Search" /v SetupCompletedSuccessfully /t REG_DWORD /d 0 /f del "%ProgramData%\Microsoft\Search\Data\Applications\Windows\Windows.edb" :wsearch net start wsearch IF NOT %ERRORLEVEL%==0 (goto :wsearch) ELSE goto :END :END
- 使用名称将文件保存到桌面并附加.bat文件扩展名 - 例如SIRebuild.bat并在 Save as type 框中选择 All Files 。
- 要运行批处理文件,请右键单击保存的文件并从上下文菜单中选择以管理员身份运行。(Run as Administrator)
- 在UAC提示上单击“是(Yes)”以批准。搜索索引现在将开始在后台重建。
就是这样。
相关帖子(Related post):如何将 Windows 搜索设置重置为默认值(How to Reset Windows Search settings to default)。
Windows 11/10中重建搜索索引需要多长时间?
根据您设置为索引的文件数量、数据大小、处理器的功率、磁盘的读写(Read-Write)速度等,搜索可能需要几个小时到几天的时间要完全重建的索引。
Related posts
Windows 10中的Windows.edb file是什么?
Windows 10 Search Indexer and Indexing Tips&Tricks
Add Search上Google Images使用Context Menu在Windows 11/10
如何将Windows Search设置为默认设置为Windows 10
如何在Windows 10 Start Menu Box中使用或禁用Bing Search
视窗10同步设置不工作灰色
Windows 10为Adjust您的Monitor为Windows 10的screen resolution
Microsoft Intune不同步? Force Intune在Windows 11/10中同步
最佳Battery monitor,Analytics&Stats应用程序Windows 10
如何从Windows Search Results隐藏Files and Folders
Mail and Calendar app freezes,崩溃或在Windows 11/10工作
HDMI playback设备未显示在Windows 10中
什么是PLS file?如何在Windows 11/10中创建PLS file?
如何在Windows 10 Control Panel中打开System Properties
如何使用Windows 10的Charmap and Eudcedit内置工具
如何使用Windows 10的Alarms and Clocks app
Best免费ISO Mounter software的Windows 10
如何测量Windows 11/10中的Reaction Time
File Explorer中Windows 11/10中File Explorer中最近的搜索条目的Turn
如何将Group Policy Editor添加到Windows 10 Home Edition