How to add custom shell menu to selected .exe program or .“extension”

sevenror

New member
Local time
11:12 AM
Messages
3
How to add custom shell menu to selected .exe program or .“extension”

1. How to add custom shell menu to selected .exe program?
Example: "utorrent.exe" and "utorrent.exe.lnk" (only utorrent.exe and utorrent.exe.lnk)
Action: right-click >> shell menu >> "Open UtData"
Open UtData path(standart): "C:\Users\%username%\AppData\Roaming\uTorrent\"
Result: Open explorer window with this path
2. How to add same p1 custom menu for all torrent associated file ."extension"?
Example: "sevenforum.torrent" (all *.torrent extension type files)
Action: right-click >> shell menu >> "Open UtDataPath"
Open UtDataPath path(standart): "C:\Users\%username%\AppData\Roaming\uTorrent\"
Result: Open explorer window with this path
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
windows7 x64
Find way for p2
Windows Registry Editor Version 5.00


[HKEY_CLASSES_ROOT\SystemFileAssociations\.torrent\shell\utdata]
@="Open UtData"


[HKEY_CLASSES_ROOT\SystemFileAssociations\.torrent\shell\utdata\command]
@=hex(2):45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,\
00,20,00,25,00,41,00,50,00,50,00,44,00,41,00,54,00,41,00,25,00,5c,00,75,00,\
54,00,6f,00,72,00,72,00,65,00,6e,00,74,00,00,00
 
Last edited:

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
windows7 x64
Back
Top