
我使用的是 Windows-XP Professional。在使用 Windows 搜尋在文件中尋找關鍵字或短語時,是否有任何選項可以表示返回僅包含該世界的結果,如果該單字是其他大單字的一部分則不回傳。
例如我想搜尋所有具有關鍵字“link”的文件
但我不希望結果顯示包含“unlink”一詞的文件,其中“link”是“unlink”的一部分
即使在高級搜尋選項中我也找不到任何選項。它確實有一個區分大小寫的選項,但沒有選項可以說“僅匹配整個單字”之類的內容。
如果不是 Windows 本機搜索,我還有哪些其他選擇?
谷歌桌面搜尋工具是否有此選項僅查找整個單字?
答案1
安裝 Windows 搜尋 4。進階查詢語法
“僅匹配整個單字”查詢
WindowsSearch.exe /url search-ms:query="WindowsS"
通配符前綴
WindowsSearch.exe /url search-ms:query="WindowsS"*
內容類型
WindowsSearch.exe /url search-ms:query="WindowsS"* kind:docs
通配符後綴
WindowsSearch.exe /url search-ms:query=*ation
帶括號的查詢
WindowsSearch.exe /url search-ms:query=((fibonacci)OR(simplex))kind:docs
遠端管理器 2,命令列 WDS 4。
擴充檔案類型:
WindowsSearch.exe /url search-ms:query="unsigned short" ext:.h
額外的。索引 400k+ 內容檔案後搜尋查詢時間...
需要好的查詢!
Windows.edb 的大小基礎為 1794Mb。資料夾大小 搜尋 3135 Mb。
WindowsSearch.exe /url search-ms:query=((ext:.h)OR(ext:.cpp)OR(ext:.c)) "unsigned short"
WindowsSearch.exe /url search-ms:query=folder:("N:\Exchange\"*) ((ext:.h)OR(ext:.cpp)OR(ext:.c)) "unsigned short"