About Everything-regedit

Discussion related to "Everything" 1.5 Alpha.
Post Reply
CaiSijian
Posts: 2
Joined: Fri Jul 22, 2022 4:07 am

About Everything-regedit

Post by CaiSijian »

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
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: About Everything-regedit

Post by therube »

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:

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
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...)

(&Q)
Oh, so &Q causes that to become a hotkey, I take it.
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: About Everything-regedit

Post by therube »

If developers think it's good, they can consider building it into the application
1.5 has
Options | General -> Show Search Everything folder context menu item
,
which might work similarly (more clicks).
Post Reply