Everything is not really designed to be a launcher.
Run commands like reboot, hibernate
Create a shortcut file to the command to reboot/hibernate.
For example:
Create a shortcut named reboot under C:\shortcuts with the following command:
shutdown -r
Find this shortcut file with:
\short reboot
-or-
Right click this shortcut and set the Run count really high (for example: 10000)
Now you only need to search for reboot and press ENTER in the search box to highlight this shortcut and ENTER again to run it..
2. Only return results from 4 indexed locations.
Include the paths of your indexed locations in your search.
For example:
d:\folder1\ | e:\folder2\ | "f:\another folder\" | "g:\and another folder\"
| = OR
Use double quotes to escape spaces
Use a trailing backslash (\) for the best results.
Use filters to setup shorter macros. (Search -> Add to filters...)
3. Two of these locations only return folders, and only till specific depths (3 and 4)
To match folders only, include the following in your search:
folder:
To limit the results to a specific depth, include the following in your search:
depth:3
where 3 is the required depth.
Combine these together as desired:
< d:\folder1\ folder: depth:3> | <e:\folder2\ folder: depth:4> | <"f:\another folder\"> | <"g:\and another folder\">
< > = grouping
4. Other two locations return folders and only .exe and .lnk extensions, till a specific depth.
Please try the ext: search function.
To match exe and lnk extensions, include the following in your search:
ext:exe;lnk
For example:
< d:\folder1\ folder: depth:3> | <e:\folder2\ folder: depth:4> | <"f:\another folder\" ext:exe;lnk depth:3> | <"g:\and another folder\" ext:exe;lnk depth:4>