Notepad ++ right click to open file in new window

How to configure Notepad ++ to open a file in a new window when I right-click it and select Edit with Notepad++? I already know that I need to run the program using the switch -multiInst, I just don’t know how to add this to the registry mapping for a right click.

+5
source share
2 answers

If you want to fix the behavior of the "Edit using Notepad ++" right button, first go to the next item:

HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Notepad++ 

If the default value is:

{00F3C2EC-A6EE-11DE-A03A-EF8F55D89593}

then go to:

HKEY_CLASSES_ROOT\CLSID\{00F3C2EC-A6EE-11DE-A03A-EF8F55D89593}\Settings

Among the elements should be Custom REG_SZnothing after it. Change the value to -nosession -multiInst.

Custom REG_SZ -nosession -multiInst. , -nosession -multiInst .

+4

NotePad ++ 2016. , > - .

, Help > Update, .

0

All Articles