Windows Recherche for exact fichiername and extension only

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Windows Recherche for exact fichiername and extension only

Message par ForumBot »

While searching for `Windows.h`, I discovered some rather annoying search behaviour on Windows 10. Rather than being presented with a single result of `Windows.h`, I was presented with an entire laundry list of files with "Windows" in them and "h" in them, which is not what I wanted. Searching for "Windows.h" did not help.

Comment puis-je search for `Windows.h` and receive only files with exactly that name?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Windows Recherche for exact fichiername and extension only

Message par ForumBot »

Si vous voulez to match only filenames and not file contents, vous pouvez qualify the search with `name:` like:

```
name:Windows.h

```

Si vous voulez an exact filename match, vous pouvez qualify the search with `name:=` like:

```
name:=Windows.h

```
Répondre

Revenir à « Windows 10 »