You are not logged in.
I've Posted something like this here before, about how to add ReNamer Reg entry, to all file types and folders context menu,
but it wasn't helpful for the users who want to add multiple files at once, through the context menu,
and "using the send to option, is better for this purpose specifically" Denis Replied .
However, I'm still using The Context Menu option "Add To ReNamer" , much more than "Send to" ,
at least to run the program quickly by using any file or folder context menu...
This time I just wanted to share with you,
how to add the ReNamer Icon, to the context menu entry: "Add to ReNamer"
This Reg Key for all file types and directories context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\ReNamer.Add]
@="Add to ReNamer"
"Icon"="C:\\(ReNamer Path)\\ReNamer 5.75\\ReNamer.exe,0"
[HKEY_CLASSES_ROOT\*\shell\ReNamer.Add\command]
@="\"C:\\(ReNamer Path)\\ReNamer 5.75\\ReNamer.exe\" /enqueue \"%1\""
[HKEY_CLASSES_ROOT\Directory\shell\ReNamer.Add]
@="Add to ReNamer"
"Icon"="C:\\(ReNamer Path)\\ReNamer 5.75\\ReNamer.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\ReNamer.Add\command]
@="\"C:\\(ReNamer Path)\\ReNamer 5.75\\ReNamer.exe\" /enqueue \"%1\""
and this one, for directories only
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\ReNamer.Add]
@="Add to ReNamer"
"Icon"="C:\\(ReNamer Path)\\ReNamer 5.75\\ReNamer.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\ReNamer.Add\command]
@="\"C:\\(ReNamer Path)\\ReNamer 5.75\\ReNamer.exe\" /enqueue \"%1\""
Don't forget to change ReNamer Path then save the code to anyname.Reg and apply the key .
I know it's not something to mention,
but I thought this might be helpful for users who have many context entries like me .. Have a good time
Offline
Thanks for the contribution.
By the way, the next version of ReNamer will also add an icon to the context menu.
Offline