Windows 7 Forums


Windows 7: Windows 7 Search

21 Jan 2013   #1

windows 7 64bit
 
 
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 System SpecsSystem Spec

21 Jan 2013   #2

Windows 7 x64 Ultimate
A Finnish immigrant in Leipzig, Germany
 
 

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 AM.. Reason: Incredible amount of typos fixed!
My System SpecsSystem Spec
Reply

 Windows 7 Search problems?



Thread Tools



Similar help and support threads for: Windows 7 Search
Thread Forum
Windows Search - Content Search Problems General Discussion
Windows 7 search for files&folders...can i make it search like XP? General Discussion
Solved Need XP-style search program to replace the Windows Seven search Software
Windows 7 search files and folders vs Outlook 2007 search General Discussion
Search feature in Windows 7 = No Search! General Discussion


All times are GMT -5. The time now is 06:24 AM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

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
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32