Array
(
    [0] => Warning
    [1] => Undefined array key "language"
    [2] => /home/whmcsdev/public_repo/wbteampro.major-release/installation/modules/addons/wbteampro/initialize.php
    [3] => 282
)
Array
(
    [0] => Warning
    [1] => Undefined property: stdClass::$state
    [2] => /home/whmcsdev/public_repo/wbavatax.master/installation/modules/addons/wbavatax/hooks.php
    [3] => 942
)
Array
(
    [0] => Deprecated
    [1] => htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated
    [2] => /home/whmcsdev/public_repo/wbavatax.master/installation/modules/addons/wbavatax/hooks.php
    [3] => 279
)
Advanced Windows Search Features - Knowledgebase - WHMCS Dev
Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com

Advanced Windows Search Features Print

  • 1

The search bar found in your Windows Explorer window offers an amazing amount of flexibility for performing advanced searches on files and folders on your computer.  Unfortunately the interface for performing advanced searches is very limited, so you need to learn a few commands.

Here are a few examples of advanced searches:

Match files or folders begining with the word "Help"
name:~<"Help"

Match only folders begining with the word "Help"
name:~<"Help" type:folder

Match only folders containing the letters "Help"
name:~="Help" type:folder

Match any folder NOT matching the word "Help"
name:<>"Help" type:folder

Here is a quick article for understanding the basics:
http://windows.microsoft.com/en-us/windows7/advanced-tips-for-searching-in-windows

Here is a complete list of the available parameters:
http://msdn.microsoft.com/en-us/library/aa965711%28VS.85%29.aspx

And an article discussing the parameters:
http://blogs.technet.com/b/danstolts/archive/2011/06/08/taming-windows-7-search-syntax-knowing-the-syntax-makes-all-the-difference.aspx


Was this answer helpful?

« Back

Powered by WHMCompleteSolution