It's the Attachment Manager setting in Group Policy Editor | User Configuration you need to change - see post above.
Right, Brian100, here are the results of some experiments.
I acquired 14 .tif files, nearly all with numbers somewhere in their names. I put them in TestFolder, within my Documents folder. It turns out they were indexed almost immediately.
a) I searched from the Explorer search box, with Explorer pointing to Documents, with the search term:
ext:.tif
This immediately found all the TIFs.
b) Two of the filenames contained the number 6, FAX_DE_EDGAR_060605.tif and CCITT_6.TIF. I used the search term:
ext:.tif 6
Nothing was found, but this is to be expected, because of the way the search syntax works.
Then I searched using:
ext:.tif name:~=6
which means look for a tiff containing 6 anywhere in the name. The two files were found instantly.
The syntax used must be exactly as shown or it won't work. (But you can also put quotes around the search string - name:~="6", or name:~="GAR_060" for the first file, will still work.)
Searching for ext:.tif name:~=5 found FAX_DE_EDGAR_060605.tif again, and CCITT_5.TIF.
I did the experiment again using different files and numbers, with the same result.
c) I made all the files read-only and did it all again. Same results.
d) Then I made them all hidden as well as read-only, and did it all again. Same results, except the hidden files only showed when I had "View hidden files" turned on, as you might expect.
e) Then I put a copy of TestFolder inside a folder at the root of the C: drive called SwSetup, so the structure was C:\SwSetup\TestFolder. Then I repeated the searches with Explorer pointing at the root, C:.
This time, as I suggested in my previous post, the search took a lot longer, because the location was not indexed, so Search had to do a "grep" search through all the non-indexed folders. But it still found the files eventually, with the same conditions and
caveats as above.
f) These experiments were all carried out on Windows 8 Pro, but the functionality should be exactly the same on Windows 7. (Incidentally, on Windows 7 you can press Windows Key + F (WinKey and F together) to bring up a Search version of Explorer to do an
indexed search - just in case you didn't know).
If some combination of all these suggestions doesn't do the trick, try reinstalling the operating system by the light of the next full moon while standing on one leg and reciting the Lord's Prayer backwards.
[Works for me ;-}]