Hi, SBS user.
It works for me. (I'm sure you LOVE that kind of answer.)
You HAVE unchecked the box in Control Panel | Folder Options | View that
says the Hide extensions for known file types, haven't you. For my
computer, now running the Win7 beta, Search finds the .pst files even with
the extension hidden, but it's not obvious from the Results list that it is
a .pst file.
When I have problems with Search in the GUI, I revert to good ol' DOS (the
Command Prompt window in Vista, WinXP, Win7...). In the CP window, I type
something like:
Dir C:\*.pst /s/a
and wait a few seconds. The Dir command lists all the *.pst files in C:\.
The /s switch finds all the files in all subfolders, too, and the /a switch
lists All files, even the Hidden ones. So Dir /s/a searches all of C:; for
a big drive with lots of files and folders it may take a while, but if such
a file exists on that drive, this will find it. (Dir /? shows me all the
switches and parameters available with the Dir command.)
RC
--
R. C. White, CPA
San Marcos, TX
Microsoft Windows MVP
Windows Live Mail 2009 (14.0.8064.0206) in Win7 Ultimate x64 7000
"SBS user" <> wrote in message
news:...
> I want to search for a file based on extension e.g. .pst
> When using vista's built in search and putting *.pst in the name section I
> did not get any results when I know there is a .pst file on my system.