Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...you guys have given us a way of asking a question and getting some very timely feedback from other users so we don't have to re-invent the wheel time and again..."

Geography

Where in the world do Tek-Tips members come from?

WinXP Tips

How to make work text search in files
Posted: 17 Sep 02

When you want to search all files containing a certain word or phrase, sometimes, no result comes even if you're sure that at least on file match your search criterias.
This is due to filtering : in XP, to avoid too many uninteresting files to "pollute" your results, file extension must have been flagged in order to being searched.

So if your .java, .jsp, .bas, .cls , etc... aren't searched and you want them to be, follow this (Beware : this tip only work with plain text files) :

Add a PersistentHandler key under the file type key in HKEY_CLASSES_ROOT and set its (Default) string value name to the following value:
{5e941d80-bf96-11cd-b579-08002b30bfeb}
WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Use Registry Editor at your own risk.

For example, to use the text filter provider for .zzz files, the following registry setting should exist:
HKEY_CLASSES_ROOT\.zzz\PersistentHandler\(Default) = {5e941d80-bf96-11cd-b579-08002b30bfeb}
After you add this value to the registry, you must log off and then log back on to make the change take effect.

For more informations see : http://support.microsoft.com/default.aspx?scid=KB;EN-US;q309173&

NOTE : there are also known problems with this tool in the original release of XP that have been corrected by SP1 (download at : http://www.microsoft.com/WindowsXP/pro/downloads/servicepacks/sp1/default.asp)

Back to Microsoft: Windows XP Pro FAQ Index
Back to Microsoft: Windows XP Pro Forum

My Archive

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close