Windows 7 Search


  1. Posts : 1
    windows 7 64bit
       #1

    Windows 7 Search


    Hi I am trying to search on my entire hard for a file but the windows search is not searching all the directories, how do i make it search the entire drive. It is even missing out my Temp directory. I have spent hours trying to work out how to search on just on filenames, this is a nightmare, there is no quick and easy help on how to use the search within windows 7 that I can find. I am using the following search command name:644, which i thought windows 7 to search the entire c harddrive for all filesnames containing 644 which it is not doing.

    Can anyone Help??.

    Thanks
      My Computer


  2. Posts : 17,545
    Windows 10 Pro x64 EN-GB
       #2

    Hi Syngenta, welcome to the Seven Forums. Here's a comprehensive tutorial for Windows Search: Windows Search - Configure and Use

    A few additional tips for you in following screenshots below. Click images to enlarge.

    Search whole computer or just one drive:

    Windows 7 Search-search.png

    Search a partial filename:

    Windows 7 Search-search_1.png

    Search an exact filename:

    Windows 7 Search-search_2.png

    Search partial filename but only a certain file type:

    Windows 7 Search-search_3.png

    In this last example you can also tell Windows Search the file type by using its extension. This finds all PDF files with partial filename 644:
    Code:
    name:644 ext:pdf
    You can also use AND, OR & NOT operators to include more search criteria. With AND both criteria must be true, with NOT first one must be true, second one false, with OR one of the search criteria separated with it must be true. Notice that OR, AND & NOT must be written in capital letters.

    This will find a PNG image where the name contains string 644 leaving out all files where also string 555 appears in the filename:
    Code:
    name:644 NOT name:555 ext:png
    (Files 644.pdf and 6449604.pdf would be included in search results, but file 644234555.pdf would be left out.)

    This finds all documents where partial filename is 644 and where also string 555 appears in the name:
    Code:
    name:644 AND name:555 kind:document
    (Files 644sfsg555.doc and 644kasdl555asd.txt would be included in search results, but file 644asdsf.doc left out.)

    This finds all BMP, JPG and PNG images with exact filename 644:
    Code:
    name:"644" ext:bmp OR ext:jpg OR ext:png
    Kari
    Last edited by Kari; 21 Jan 2013 at 07:37. Reason: Incredible amount of typos fixed!
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:56.
Find Us