Is it possible to add something to the Windows Explorer Right Click menu (e.g. when you install WinZip, you can set an option so that when you right click and the popup menu appears, different WinZip options are available)?
Printable View
Is it possible to add something to the Windows Explorer Right Click menu (e.g. when you install WinZip, you can set an option so that when you right click and the popup menu appears, different WinZip options are available)?
The registry is a large (and evil? ;) ) place (where no should venture?! ;) ). Could you tell me where I need to add a key (code would be nice! plz?)?
In registry Make the following structure.. This will add a new Item named MyCommand in context menu of every file and folder.
HKEY_CLASSES_ROOT\*\Shell\MyCommand\Command
And in Default value give the path of the program you want to run when MyCommand is chosen from context menu..
Maybe i post the code later...