rosss said:
When searching for text in xp, not all the desired files
are found. They were always found in win98 and 2000.
It only searches for text in a very limited number of types - they must
either have registry entries saying they are pure Text (.TXT and not
much else) or have known 'filters' to handle embedded format controls,
so that Search can avoid being confused by thinking those are characters
in 16 bit Unicode (eg .doc, .htm).
So if you are looking in purely text files that have some different
extension - eg .c for C Language source - it will not do anything
You can add an additional type as pure text provided you know that it
*is* that, and that it does not already have a 'PersistentHandler' in
the registry. Make the following, after - - start and before - - end
into a file by cut/paste to NotePad. Make sure there is a blank line at
the end. Save as "Patch.reg" then d-click on this file to enter it into
the registry.
This is for .cg - modify that for other extensions, with care.
- - start
REGEDIT4
[HKEY_CLASSES_ROOT\.c\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
- - end