I\'m deploying a small conversion tool on some systems, and want the users to be able to run it from the right click Open with
menu. But I don\'t want to change
You can add scripts to the context menu (below Open with) by adding it in the windows registry:
HKEY_CLASSES_ROOT\your_class\Shell
(Default)
value of this key and insert the text you want to show in the context menuCommand
under your newly created key(Default)
value of this key and insert the command you want to execute