Why in the world can I not . in Windows 7 search? All I want to do is return all the files in all the sub-directories in one location so I can sort by dimensions. Any one know how to return all files in a Windows search? I Googled a number of things but so far so help. Thanks.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Try searching for ~* in the directory that you want to search.

The Tilde (~) lets you use the old DOS search syntax. The asterisk (*) means "return everything".

You could also use type:NOT"file folder" which would exclude the listing of all the folders but show all files.

Some sources for advanced query syntax:

http://msdn.microsoft.com/en-us/library/bb266512%28v=vs.85%29.aspx

http://msdn.microsoft.com/en-us/library/aa965711%28v=vs.85%29.aspx

http://www.microsoft.com/windows/products/winfamily/desktopsearch/technicalresources/advquery.mspx

link|improve this answer
Awesome, the ~* worked perfectly. Thanks a lot. – Sam Jan 16 '11 at 4:20
@perlox Hi perlox. Glad I could help! Please mark the answer with a check mark to indicate that your question has been answered. – James T Jan 16 '11 at 4:25
Oops sorry, almost forgot. Thanks for the reminder :P – Sam Jan 16 '11 at 8:04
feedback

Your Answer

 
or
required, but never shown

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