"MikeB" <> wrote in message
news:3328c9ea-3443-42e3-9254-...
> I have a file in my appdata folder that I'd like to check and see if
> duplicates exist in other (sub) folders. I copy the filename exactly
> and then paste it in the search box on the start button. Vista says
> there are no such files. Meanwhile I'm looking at at least one copy of
> the file in another window?
>
> How can I search my entire harddrive for a file since the old XP
> search seems to have been removed?
>
> Thanks
Open Explorer
Files Tools -> Folder Options -> Search Tab
Under "How to search" grouping
Select Don't use the Index when searching the file system (might be slow)
Hit Apply Button
Some useful filters
ext:dll (list all files with extension dll)
ext:-dll (exclude from list all files with extension dll)
size:>10KB (list files with size greater than 10KB)
size:<100KB (list files with size less than 100KB)
size:1KB..10KB (list files with size between 1Kb and 10KB)
date: (created?)
date:yesterday (list files from yesterday)
date:<yesterday (list before yesterday?)
date:>yesterday (list files after yesterday?)
date:lastday (same as date:yesterday?)
date:lastweek (find all files from previous week)
date:lastmonth (find all files from previous month, it's June so all files
from May)
date:6/8/2009..6/9/2009 (list files with date between 6/8/2009 and 6/9/2009)
date:6/8/09..6/9/09 (same as above)
datemodified: (same syntax as date)
More information on Windows Search Advanced Query Syntax
http://www.microsoft.com/windows/pro.../advquery.mspx
Then there is always good ole command prompt...
dir *.dll /s /p