Search in Windows 7

Jskid

Posts: 348   +1
I find the built in search feature in Windows 7 to be quite limiting. Is there one that supports regular expressions in file names or at least doesn't always search only the beginning of words? I'm not sure of the details but something like on Windows if I search 123 the file x123 wont be found.
 
Don't be panic, there is always a solution.

You can use the following syntax for searching: “*”.
For example:
*123 -> searches for file which has the content 123
123 -> searches for files which starts with 123

Hope it helps..
 
Don't be panic, there is always a solution.

You can use the following syntax for searching: “*”.
For example:
*123 -> searches for file which has the content 123
123 -> searches for files which starts with 123

Hope it helps..
Oh yea you're right. Is there a way to search files of a specific size, for example if you know the size is 2MB?
 
Interesting. If I open a folder and search for ABC, I get a ton of results;
  • zxyABC
  • ABC123
  • foo
and foo is listed because it contains ABC
[edit] see Control->Index Options [/edit]
 
As far as I can figure out this only searches based on file names.
Judging by your original post, I didn't know you were searching for anything else. However with that aside, my link was given as an alternative other than Windows search. I have no experience with it other than reading other members comments when they recommend an alternative. My third party file manager has a built-in search, that does everything I require including searching for text string with-in the file contents. I could have recommended my third party file manager (Total Commander), but then you might have been even less pleased because you are not used to the interface.
 
Back