Windows – use wildcards in Windows 8 search

searchwindows 8

When using a new Windows 8 search bar:

search bar

What is the syntax of the search expression? Is it possible to use wildcards like "*", "?" or any other special symbol?

For example, when searching with Google i can use:

  • '' (minus) for excluding certain words;
  • "quoted phrase" for exact phrase matching.

Best Answer

Windows 8 has a number of search features.

It supports two wildcards.

*   match anything
?   match any character

You can search by:

  • file extension

    Ext:.txt
    
  • date

    Date:This week
    
  • type

    Kind:Folder
    Kind:Document
    
  • filesize

    Size:>10mb 
    
  • author

    Author:="Joe Bloggs"
    

More information at: http://www.tomsitpro.com/articles/windows_8_search-indexing_files-windows_explorer_ribbon-advanced_query_syntax,2-228-2.html

Related Question