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?
Windows Recherche for exact fichiername and extension only
Re: Windows Recherche for exact fichiername and extension only
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
```
```
name:Windows.h
```
Si vous voulez an exact filename match, vous pouvez qualify the search with `name:=` like:
```
name:=Windows.h
```