如何强制 Windows 索引“活动”

发布于 2024-07-08 03:58:30 字数 1570 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ら栖息 2024-07-15 03:58:30

Microsoft 索引服务索引优化由 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex 中的一组注册表项控制

按照以下步骤轻松调整索引服务的性能以立即索引文档:

  1. 打开计算机管理控制面板。
  2. 展开“服务和应用程序”项。
  3. 停止索引服务(右键单击 -> 停止)。
  4. 右键单击索引服务-> 所有任务 -> 调整性能。
  5. 选择自定义单选按钮并单击“自定义”按钮。
  6. 选择“即时”索引性能。
  7. 好的好的。
  8. 启动索引服务(右键单击 -> 开始)。

请注意,现在索引服务将在文件系统通知任何更改后立即索引文档。 警告:此设置适用于所有目录。 由于后台索引的文档数量较多,该设置可能会导致系统速度变慢。

可以通过选择“调整性能”对话框中的其他项目来进一步调整索引设置。 这些调整中的每一个都对应于写入 ContentIndex 注册表项的一组值。 可以调整这些值以获得最佳性能平衡。

Microsoft Indexing service indexing optimization is controlled by a set of registry entries in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex

Follow these steps to easily tune the performance of Indexing Service to index documents immediately:

  1. Open the Computer Management control panel.
  2. Expand the "Services and Applications" item.
  3. Stop Indexing Service (right click -> Stop).
  4. Right click Indexing Service -> All Tasks -> Tune Performance.
  5. Select the Customize radio button and click the "Customize" button.
  6. Select "Instant" indexing performance.
  7. OK, OK.
  8. Start Indexing Service (right click -> Start).

Note, that now indexing service will index documents as soon as the file system notifies it of any changes. WARNING: This setting applies to all catalogs. The setting could cause system slowdown due to the amount of documents being indexed in the background.

The indexing settings can be further tuned by selecting other items in the Tune Performance dialog. Each of these tunings, correspond to a set of values written to the ContentIndex registry key. These values can be tweaked to obtain the best performance balance.

陌上青苔 2024-07-15 03:58:30

右键单击系统托盘中的索引服务图标(放大镜),然后单击“立即索引”。 我知道这听起来像是一个只会发生一次的动作,但这实际上是一个开关,当打开时,它会完全按照您的要求进行操作。

Right-click on the Index service icon in the system tray (the magnifying glass), and click "Index Now." I know it sounds like an action that will only happen once, but this is in fact a toggle that, when turned on, does exactly what you are asking.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文