I'm getting better at understanding the Windows7 search, but am still not happy with it. Is there a way to search for all filenames that end with a certain extension? If I search on

filename:*.ext

I get results like this:

file.ext

file.ext.doc

ext.txt

I just want to find

file.ext

link|improve this question

43% accept rate
feedback

2 Answers

up vote 1 down vote accepted

I just tested this and if you use "*.ext" it'll only return files with .ext at the END of the file name.
So it'll still return .doc.ext but not .ext.doc.

link|improve this answer
Thanks. Adding the quotes seems obvious now, but since we didn't have to do that in previous Windows searches, it's not something that comes to mind right away. I really don't like this new search. :( – sdoca Sep 20 '11 at 15:58
feedback

Another method is to use the option ext:extension.

link|improve this answer
For example ext:.doc – Guy Thomas Nov 1 '11 at 10:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.