[译]改善Windows文件搜索
By robot-v1.0
本文链接 https://www.kyfws.com/applications/improving-windows-file-search-zh/
版权声明 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
- 2 分钟阅读 - 933 个词 阅读量 0[译]改善Windows文件搜索
原文地址:https://www.codeproject.com/Articles/16375/Improving-Windows-File-Search
原文作者:M Walker
译文由本站 robot-v1.0 翻译
前言
Checks what file-types are searched and allows additional types to be added (or removed) from the search-scope
检查要搜索的文件类型,并允许从搜索范围添加(或删除)其他类型
介绍(Introduction)
当执行"搜索包含文本的文件"时,XP Windows 2000和Windows 2003不会搜索所有文件.该实用程序向您显示检查了哪些文件类型,同时允许您从搜索的列表中添加/删除类型.易于使用和快速使用,确保您确实在搜索自己认为的东西!该实用程序是确保"包含文本的文件"搜索正在检查应检查内容的快速简便方法.工具包含完整的帮助.(XP Windows 2000 & Windows 2003 do not search all files when performing a ‘search for files containing text’. This utility shows you what file-types are checked while allowing you to add/remove types from the list searched. Easy and quick to use, ensures you really are searching what you think you are! The utility is a quick and easy way of ensuring searches ‘for files containing text’ are checking what they should be checking. Tool contains full help.)
搜索检查器工具使用注册表查看正在搜索的文件类型,以及Windows是否使用默认的文本搜索引擎或帮助器应用程序(.xls文件类型的EG.Excel).如果用户将文件类型添加到搜索的类型范围内,则使用默认搜索引擎.(The Search Checker tool uses the Registry to see what file-types are being searched and whether Windows uses the default text search engine, or helper applications (EG. Excel for .xls file types). If user adds a file-type to the range of types searched, the default search engine is used.)
对Windows搜索的文件类型进行任何更改后,必须重新启动桌面.该工具执行此操作;尽管首先要求用户!(After making any changes to the file-types searched by Windows, the desktop has to be restarted. The tool performs this; although the user is asked first!)
要验证Windows是否正在搜索所有文件,请尝试以下操作:(To verify if Windows is searching all files, try the following:-)
1.创建一个新文件夹(1. Create a new folder)
2.创建一个新的.txt文件,其内容为’mummy'.(2. Create a new .txt file with the contents of ‘mummy’.)
3.保存文件.(3. Save the file.)
4.用扩展名.hhh重命名文件(4. Rename the file with extension .hhh)
5.按F3并搜索包含文本" mum"的文件(5. Press F3 and search for files containing text ‘mum’)
搜索结果:-没有结果可显示!!!(Search Results:- There are no results to display!!!)
许可
本文以及所有相关的源代码和文件均已获得The Code Project Open License (CPOL)的许可。
C++ Windows Visual-Studio Dev 新闻 翻译