You’re no doubt reading this article because you’re wondering what that SearchIndexer.exe process is all about, and why it’s chewing up a lot of RAM or CPU. Here’s the explanation you’re looking for, and how to deal with it.

毫无疑问,您阅读这篇文章是因为您想知道SearchIndexer.exe进程的目的是什么,以及为什么它占用大量RAM或CPU。 这是您要寻找的解释,以及如何处理。

那么这个过程是什么? (So What Is This Process?)

SearchIndexer.exe is the Windows service that handles indexing of your files for Windows Search, which fuels the file search engine built into Windows that powers everything from the Start Menu search box to Windows Explorer, and even the Libraries feature.

SearchIndexer.exe是Windows服务,用于为Windows搜索处理文件索引,这为Windows内置的文件搜索引擎提供了动力,该引擎为从“开始”菜单搜索框到Windows资源管理器甚至是“库”功能的所有功能提供了支持。

You can see this for yourself by simply right-clicking on the process name in the Task Manager list, and then choosing Go to Service(s) from the menu.

只需右键单击“任务管理器”列表中的进程名称,然后从菜单中选择“转到服务”,就可以自己查看。

This will take you to the Services tab, where you can clearly see the Windows Search item selected in the list.

这将带您进入服务选项卡,您可以在其中清楚地看到列表中选择的Windows搜索项目。

If you take a look at the file properties, you can clearly see that this particular executable is the Indexer component for Windows Search—though the name probably gave that away already.

如果查看文件属性,则可以清楚地看到此特定的可执行文件是Windows Search的Indexer组件-尽管该名称可能已经将其删除了。

您如何停止此过程? (How Do You Stop This Process?)

If you want to stop the service from running, you can open up Services through Control Panel, or type in services.msc into the Start Menu search box. Once you’re there, you can find Windows Search in the list and click the Stop button.

如果要停止运行服务,可以通过“控制面板”打开“服务”,或在“开始菜单”搜索框中键入services.msc 。 到达那里后,您可以在列表中找到Windows搜索,然后单击“停止”按钮。

We wouldn’t recommend disabling the service—you can simply uninstall it if you don’t want it.

我们不建议您禁用该服务-如果您不想要该服务,则可以直接将其卸载。

您如何卸载此服务? (How Do You Uninstall This Service?)

We’re not recommending that you uninstall the Windows Search service, since it powers so much of the behind the scenes stuff in Windows 7, but if you want to remove it you can type windows features into the Control Panel search to pull up the Turn Windows features on or off screen. In here you can simply uncheck Windows Search and click the OK button. You’ll probably have to reboot your PC once that’s done.

我们不建议您卸载Windows搜索服务,因为它在Windows 7中提供了很多后台功能,但是如果要删除它,则可以在“控制面板”搜索中键入Windows功能以拉出Turn Windows功能在屏幕上显示或关闭。 在这里,您只需取消选中Windows搜索,然后单击确定按钮。 完成后,您可能必须重新启动PC。

如何使SearchIndexer使用更少的RAM或CPU? (How Can I Make SearchIndexer Use Less RAM or CPU?)

Your best option is to cut down on the amount of data that you’re indexing—there’s usually no reason to index every single file on your drive. You’ll need to open up the Indexing Options through the Control Panel or Start Menu search box to make the changes.

最好的选择是减少索引的数据量—通常没有理由索引驱动器上的每个文件。 您需要通过“控制面板”或“开始菜单”搜索框打开“索引选项”以进行更改。

The first thing you should notice is the Pause button on this window, which can pause indexing for up to 15 minutes—useful if you’re trying to do something and Windows Search happens to be in overdrive mode, though it really shouldn’t since it only runs while your PC is idle.

您应该注意的第一件事是此窗口上的“暂停”按钮,该按钮最多可以将索引暂停15分钟-如果您要尝试执行某些操作并且Windows搜索碰巧处于高速模式下,则很有用,尽管实际上这不应该它仅在PC空闲时运行。

You’ll want to click the Modify button and then trim down the list of locations to just the ones you really need indexed—this can seriously improve the performance of your Start Menu search box as well.

您将要单击“修改”按钮,然后将位置列表缩小为您真正需要索引的位置,这也可以严重改善“开始菜单”搜索框的性能。

高级技巧:使Windows搜索仅索引文件名 (Advanced Tip: Make Windows Search Index Only Filenames)

If you click the Advanced button on the Indexing Options dialog, you’ll be able to access another set of settings—what we’re looking for here is the File Types tab on this dialog. Once you’re there, scroll down to some common formats like doc, docx, and other files, and you’ll see that they are configured to search the file contents by default.

如果单击“索引选项”对话框上的“高级”按钮,您将能够访问另一组设置-我们正在这里寻找的是此对话框上的“文件类型”选项卡。 到达该目录后,向下滚动到doc,docx和其他文件等一些常见格式,您会发现它们默认配置为搜索文件内容。

If you don’t actually search within the files and only care about the file names, you can trim down the index by changing this setting to Index Properties Only.

如果您实际上不在文件内搜索,而只关心文件名,则可以通过将此设置更改为“仅索引属性”来缩小索引。

结论:不应删除此过程 (Conclusion: This Process Shouldn’t Be Removed)

You really shouldn’t remove this process, but hopefully the lessons in this article will help you trim it down to size, and remember that you can always temporarily stop the service if you feel like it.

您确实不应该删除此过程,但希望本文中的课程可以帮助您缩小规模,并记住,随时可以随时停止该服务。

翻译自: https://www.howtogeek.com/howto/28450/what-is-searchindexer.exe-and-why-is-it-running/

什么是SearchIndexer.exe,为什么运行?相关推荐

  1. searchIndexer.exe占用过高CPU

    1.searchIndexer.exe占用过高CPU很可能是Windows的索引损坏造成的. 这时候只要进入控制面板-索引选项-高级-重建即可解决 2. net stop "windows ...

  2. pyinstaller打包生成的exe文件并使用python终止后台的exe程序运行

    pyinstaller打包生成的exe文件并使用python终止后台的exe程序运行 目录 pyinstaller打包生成的exe文件并使用python终止后台的exe程序运行 #pyinstalle ...

  3. searchindexer.exe占cpu使用率高

    今天遇到searchindexer.exe 占用cpu高的问题.我们知道索引是Vista时微软加入的,可以方便快速的找到需要的文件.可是最近在使用的时候,发现 searchindexer.exe 在后 ...

  4. 以前看过一个压缩过的.exe,运行会播放长达半小时的动画,却只有60KB,个人认为其中的原理...

    以前看过一个压缩过的.exe,运行会播放长达半小时的动画,而不重复,文件大小却只有60KB,个人认为其中的原理 1.主原理:该动画必是根据规则(即公式)生成的 2.启动时,根据公式,在内存生成数据表 ...

  5. python 打包exe_将python文件打包exe独立运行程序方法详解

    首先需要安装pyinstaller库. pip install pyinstaller exe程序打包步骤 cmd 进入要编译的python文件所在的文件夹, 然后 pyinstaller -F he ...

  6. wps应用程序实例_有一个WPS Office应用程序实例wps.exe在运行,请关闭后重试 。如何解决?...

    点击查看有一个WPS Office应用程序实例wps.exe在运行,请关闭后重试 .如何解决?具体信息 答:请按照下面步骤试试:右击任务栏-启动任务管理器-进程-结束进程树 1.右击系统下方的任务栏, ...

  7. 点计算机显示服务器运行失败,win7电脑总是跳出Explorer.exe服务器运行失败的窗口怎么办?...

    Explorer.exe服务器运行失败,这种情况似乎在很多重装win7系统和在win7系统中使用了优化软件的电脑中经常可以看到,对于很多用户来说,似乎出现Explorer.exe服务器运行失败的情况并 ...

  8. 如何禁止.exe文件运行?

    开始=>运行=>gpedit.msc计算机配置=>Windows设置=>安全设置=>软件限制策略=>右击"其他规则"=>新建路径规则=&g ...

  9. Clion 打包exe无法运行 且 cmd窗口中文乱码

    打包exe无法运行 CMakeLists.txt文件中添加  set(CMAKE_EXE_LINKER_FLAGS "-static") cmd中文乱码 clion中的项目文件编码 ...

最新文章

  1. DG8SAQ 矢量网络分析
  2. 第一个WindowService服务
  3. Y_CLIENT_QHD_504 role in GM6 ZSAP_CRM_BCR_SALESREP_DAIDE
  4. pandas算加权平均值_4000 字详解TCP超时与重传,看完没收获算我输
  5. JAVA-MyBatis ORM
  6. windows服务器下com6僵尸***删除
  7. Android:SharedPreferences详解+示例
  8. 长沙城南学院的计算机科学,长沙理工大学城南学院计算机科学与技术专业2016年在云南理科高考录取最低分数线...
  9. Thinking In Design Pattern——Unit Of Work(工作单元)模式探索
  10. Java static静态关键字 有啥用
  11. 【Luogu1484】种树(贪心,堆)
  12. 什么是AJAX (转贴)
  13. python获取昨天日期_python 获取今天、昨天、明天的时间时间戳
  14. Internet Download Manager IDM无反弹 切换中文教程
  15. 第一台微型计算机处理器位数,微处理器芯片的位数指的是什么 - 全文
  16. Jersey框架一:Jersey RESTful WebService框架简介
  17. 新电脑如何进行磁盘分区?
  18. HENU 1062 luerの切割(2018哈理工程序设计原题)
  19. 不让玩游戏的小娃娃随机考试系统
  20. (2020.9.28)面试记录:软件测试实习生--面试记录

热门文章

  1. java类的静态变量调用_Java学习笔记八---类的静态变量与静态方法的访问与调用方式...
  2. 中级职称的评审流程,我不允许你还不知道!
  3. 程序员的幸福生活——有你的日子,每天都是情人节
  4. javaScript setTimeout 实现 setInterval
  5. 知识图谱入门 (三) 知识抽取
  6. 管道(系)应力分析软件介绍
  7. 转型AI产品经理,原来不需要学那么深的算法和数学模型
  8. 百事公司任命陈文渊担任亚太区首席执行官
  9. 判断某年是否是闰年。输入只有一行,包含一个整数 a(0 < a < 3000)。一行,如果公元 a 年是闰年输出Y,否则输出N。
  10. “OneFlow U” 2020年度社区之星——吴文童