void wrote: ↑Mon Jul 03, 2023 6:17 am
Please consider creating a right click/context menu item for all items:
- From the Start menu, search for:
regedit- Click Registry Editor.
- In the Registry Editor, navigate to:
HKEY_CLASSES_ROOT\*- Create a new Key called:
shell- navigate to:
HKEY_CLASSES_ROOT\*\shell- Create a new Key called:
Find in Everything...- In this key, create a new String Value, set the name to:
Icon- Set the value to:
C:\Program Files\Everything\Everything.exe,0- Create a new Key called:
command- In this key, set the (Default) value to:
"C:\Program Files\Everything\Everything.exe" -parentpath "%1" -select "%1"- Now you can right click your file and click Find in Everything...
I have a context menu for Everything and it works fine.
But I can't display an icon image to it. Nothing appears:
No matters I did, that icon nevers appears where it supposes to do.
I create "Icon" string key, "Icon" expanded string key, "IconPath" string key, "IconPath" expanded string key, but none of these works.
I have no icon before "Search Everything 1.5a..."
My keys are stored at:
HKEY_CLASSES_ROOT\Folder\shell\Everything
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\Everything]
@="EveryT"
"Icon"="C:\\Windows\\System32\\shell32.dll,1"
"IconPath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,\
00,6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,\
31,00,30,00,00,00
[HKEY_CLASSES_ROOT\Folder\shell\Everything\command]
@="\"F:\\Programas\\Everything 1.5 Alpha\\Everything64.exe\" \"%1\""
How to solve that?
P.S.
Hah! Windows 7 SP1 here.
Thanks