I would always type *.* to search for files in Windows XP. With Windows 2008 Server, it gives folders along with files. How can I change the setting so that I only get files.

link|improve this question

80% accept rate
feedback

2 Answers

up vote 1 down vote accepted

I believe you'll need to use Advanced Query syntax.

name:~~someSearch NOT type:"File Folder"

Since your are trying to search for all files (excluding folders) you can search for this:

NOT type:"File Folder"

(The "NOT" must be in all caps)

The tables at the bottom of this page help.

link|improve this answer
Except for one folder called, "Downloaded Program Files", all returned results were files. I used: *.* NOT type:"File Folder" – Regmi Apr 12 '11 at 8:18
feedback

Use kind: document instead it will search for all document files.

link|improve this answer
Are you sure it's Kind? Because in the other answer it seems to be type – Ivo Flipse Apr 12 '11 at 8: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.