Forum Discussion
File search is too loose
I am searching for a file named "dot.exe" and windows is showing a bunch of results as if I had typed "*dot*exe". Heck, in one of them the "exe" is appearing before the "dot". How do I get it to search for what I asked for and not show me a bunch of irrelevant matches that I have to wade through?
3 Replies
- CyrusGravityCopper Contributor
In the search box in File Explorer, type “dot.exe” (enclose it in quotation marks) to perform an exact match search.
- MousefluffIron Contributor
I would use the command prompt in this instance. It's much faster.
DIR /B /S "C:\dot.exe" - KansaiOccasional Reader
こんにちは
日本人です
例えば、$<"*dot.exe"のように入力することです。
$<については、日本語のページですが、以下に解説があります。
https://potisan-programming-memo.hatenablog.jp/entry/2024/08/28/225831?utm_source=copilot.com
または、マイクロソフトの公式ページ
https://learn.microsoft.com/ja-jp/windows/win32/search/-search-3x-advancedquerysyntax
copilotに質問すれば、あなたに最適な回答をくれるかもしれません
読んでくれてありがとう