Windows - A different way to Search files by extension
Posted
by
markzzz
on Super User
See other posts from Super User
or by markzzz
Published on 2011-03-04T22:33:53Z
Indexed on
2011/03/05
15:27 UTC
Read the original article
Hit count: 292
I'd like to search all files that are different from a specific extension. So, if I search files by using the string *.doc I'd like to see every files that are not .doc.
I also would like to hidden the sub-folders in the result display by using that search (but the search must of course search into sub-folders) :)
Is it possible this on Windows Vista/7?
SOLUTION
Finded the solution by using this string NOT *.doc AND NOT tipologia:=cartella
This for the italian version. English should be similar, somethings like NOT *.doc AND NOT kind:=folder
© Super User or respective owner