Adding Entries to Windows Context Menus

You need to create the following structure with the registry editor (“regedit”):

  • HKEY_CLASSES_ROOT
    • *
      • shell
        • <name of your entry>
          • command

Only under “command” you need to set the ”(Default)” value. It's the full path to the application that you want to start. You can use %1 which will be replaced by the name of the file you right-clicked. For example:

C:\Programme\notepad2\Notepad2.exe %1
 
contextmenu.txt · Last modified: 2008/11/21 18:49 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki