Microsofts MSN property is far behind in online search; taking a far 3rd position. To further demonstrate how far behind Microsoft is in Search, they're own OS fails to adequately search documents.
When performing a search for "A word or phrase in a file", the feature has had several flaws. A big issue is that Windows outright ignores files is doesn't recognize. So unless you're looking for a simple Office document, you're out of luck.
There is a work-around, but it takes considerable steps, here are two potential methods:
a)
or B)
Set the FilterFilesWithUnknownExtensions DWORD value to 1 in the following registry key:
Even beyond that, Windows may need explicit instructions to search specific file types. In order to change that behavior, the default handler of a specific file type needs to be set:
to {Default} REGSZ value of:
Note that a reboot will be needed after this step.
When performing a search for "A word or phrase in a file", the feature has had several flaws. A big issue is that Windows outright ignores files is doesn't recognize. So unless you're looking for a simple Office document, you're out of luck.
There is a work-around, but it takes considerable steps, here are two potential methods:
a)
1. | Click Start, and then click Search (or point to Search, and then click For Files or Folders). |
2. | Click Change preferences, and then click With Indexing Service (for faster local searches). |
3. | Click Change Indexing Service Settings (Advanced). Note that you do not have to turn on the Index service. |
4. | On the toolbar, click Show/Hide Console Tree. |
5. | In the left pane, right-click Indexing Service on Local Machine, and then click Properties. |
6. | On the Generation tab, click to select the Index files with unknown extensions check box, and then click OK. |
7. | Close the Indexing Service console. |
or B)
Set the FilterFilesWithUnknownExtensions DWORD value to 1 in the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex
ASP file searching STILL fails
Even beyond that, Windows may need explicit instructions to search specific file types. In order to change that behavior, the default handler of a specific file type needs to be set:
HKEY_CLASSES_ROOT\.asp\PersistentHandler
to {Default} REGSZ value of:
{5E941D80-BF96-11CD-B579-08002B30BFEB}
Note that a reboot will be needed after this step.
Comments