Reset Windows (8) Indexing Options

07
2014-07
  • Adi Ulici

    I changed my indexing options yesterday but it seems like I messed something up. I wanted to include a directory (where I store my music - about 5800 files) and I saw some directories there which I didn't needed to be indexed. So I did that, but now I have 2 problems: - when I search something from my start, it freezes a bit and searches pretty hard - it used to search through my Control Panel, and now it doesn't anymore. For example if I typed "Uninstall " it found "Uninstall a program" from control panel, but now it doesn't.

    So I would like to reset the indexing options (because I don't really know exactly how they were set before). Is there a way to do this? Thanks

  • Answers
  • pcunite

    Go to the Control Panel, change the "View by" option to "Small icons" so you can see everything, then select "Indexing Options". You'll be able to rebuild and change index locations from there.


  • Related Question

    Windows Search Not Indexing Contents of Text Files With .SQL Extension
  • Ben McCormack

    I'm having trouble getting Windows Search to index the contents of a text file that have a .sql extension. Is there something I'm doing wrong?

    Background:

    I use a program at work called Navicat which helps me to work with our MySQL database. When I use Navicat to edit and save queries, it stores them in .sql files which are located in Navicat's directory in Program Files.

    Since Windows Search does not index files within Program Files by default, I added it to the list of indexed locations, as shown in the picture below:

    enter image description here

    I also went into the advanced section and added the .sql file extension and select the Index Properties and File Contents option. This sets the filter description to be Plain Text Filter:

    enter image description here

    However, whenever I do a search for text that I would expect to find within a .sql file, such as saw_order.Wo type:sql, it does not return any files. The search is successful if I'm searching for part of the name of a file, but never its contents with .sql files.

    The .sql files are plain text files that can be easily opened and edited with notepad. Navicat simply adds some intellisense and a organization features, but other than that, it's plain text.

    Why can't Windows Search see the contents of these files?

    Do I need to add some special plug-in to Windows search for it to recognize these files?

    NOTE: I am using Windows Search 4.0 and Windows XP SP3.


  • Related Answers
  • 8088

    It seems there is a problem with Windows Search reading the format of the file, even when set in plain text. It is a known problem and has even been brought up here on Superuser!

    My best recommendation for now is to use a program that can search the contents of files. It may not be as fast as having them indexed, but hopefully it can get the job done for you.

    Four great tools I recommend:

    Agent Ransack (freeware):

    alt text

    NirSoft SearchMyFiles (freeware and portable):

    alt text

    Windows Grep:

    alt text

    Portable File Seeker (freeware):

    alt text

  • Matt Frear

    In case there is a problem with the indexing itself, I would try telling search to look at the contents of non indexed files.

    Go to any Explorer window and press Alt then go to Tools > Folder Options and click the Search tab, tick the circled option:

    enter image description here

  • John G Tesmer

    Make sure that you have the following keys in your registry, at this location:

    Computer\HKEY_CLASSES_ROOT\.sql
    
    [HKEY_CLASSES_ROOT\.sql]
    "Content Type"="text/plain"
    "PerceivedType"="text"
    
    [HKEY_CLASSES_ROOT\.sql\PersistentHandler]
    @="{5E941D80-BF96-11CD-B579-08002B30BFEB}"
    

    Then reindex.

  • pcapademic

    Many search engines need some kind of module, frequently called a "connector" to figure out how to interpret a file.

    I note that in the screenshot, the SQL file is listed as "Plain Text". Even though the file is just plain text, Windows Search may expect the .sql file to be something other than text and simply ignores it.

    To test the hypothesis, make a copy of the file, change the extension to ".txt", and then force a re-index.

    Something else to check, perhaps with a more powerful text editor (my favorite is gVim - http://www.vim.org/download.php#pc) to see if the initial "magic number" of the file is different from a normal text file.

  • harrymc

    The article Windows XP Search Bug states:

    Windows XP does not search all file to enhance the performance of searching and to avoid extraneous results. This behavior occurs whether or not you use the Indexing service when you search. Therefore, Windows XP has a known issue for not finding a number of File Types when you do a Search for Files "containing text" or using the "A word or phrase in the file" option.

    This can be remedied for many file types, but not all. The cause is the lack of a PersistentHandler value in the Registry for this type of file.

    Method #1

    Download this VB Script (Written by Doug Knox). Save the file you just downloaded to your hard disk. Locate the file you just saved and double click it. Enter the file extension you wish to modify. If the PersistentHandler sub-key exists, no changes will be made. If it does not exist for the file type in question, the Registry will be updated accordingly. Reboot when you're finished with the file types you wish to change.

    Method #2

    MS KB 309173 has another fix for this bug. To configure Windows XP to search all files no matter what the file type, obtain the latest service pack for Windows XP (currently SP2) and then turn on the Index file types with unknown extensions option.

    If you use this method, Windows XP searches all file types for the text that you specify.

    This can affect the performance of the search functionality. To do this, see directions in the above article.

  • RJFalconer

    You may have some luck with the answers to windows-desktop-search-fails-to-search-inside-sql-files.

  • 8088

    I can only think of two things:

    1. The files haven't themselves been indexed yet (so they show up in a filename search bit not a content search)

    2. I also suggest a test... try putting some SQL files outside your Program Files folder and include that folder in the indexed locations list. Maybe there's a permission issue on the folders in Program Files?