About Everything-regedit
file
I uploaded two bat files and modified regedit. After modification, the letter Q (query) will be added to the everything right-click menu.
significance
It can help us right click the mouse + Q to directly search the following folders, or press the right-click menu key + Q on the keyboard.
last
If developers think it's good, they can consider building it into the application
Download address
https://wwu.lanzout.com/b02dn1z5a
password:china
About Everything-regedit
Re: About Everything-regedit
After 'china' & click, you'll have another screen, click on the orange, which will open yet another screen, & you'll be presented with the download.
everythingRegedit1.5.bat:
Looks harmless enough to me (not that I'd know, particularly). And I have not tested it.
(reg add's can rather simply be deleted by using; reg delete...)
everythingRegedit1.5.bat:
Code: Select all
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\Search Everything 1.5a..." /ve /t REG_SZ /d "Search Everything 1.5a...(&Q)" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Search Everything 1.5a..." /ve /t REG_SZ /d "Search Everything 1.5a...(&Q)" /f
(reg add's can rather simply be deleted by using; reg delete...)
Oh, so &Q causes that to become a hotkey, I take it.(&Q)
Re: About Everything-regedit
1.5 hasIf developers think it's good, they can consider building it into the application
Options | General -> Show Search Everything folder context menu item
which might work similarly (more clicks).