Windows – How to add “Edit with Notepad++” to the Windows context menu (without admin access)

context menunotepaduser-accountswindows 7

Here's a simple question. Is there an easy way to add "Edit with Notepad++" to the Windows 7 context menu?

I want the option to appear any time I right click a file in Windows Explorer. I don't have administrator access on this laptop, as this is an employee workstation provided by my job.

It's worth noting that I am using the desktop version of Notepad++, as opposed to the portable version.

Best Answer

Registry Method

You can try to create a new key under HKEY_CLASSES_ROOT\*\shell in the registry as detailed in this tutorial. But it is likely you will not have the permissions to do so and will encounter this error:

enter image description here

Send To Method

I found an alternative method in your linked question: add a shortcut to Notepad++ in the SendTo folder. Access the SendTo folder by typing shell:sendto in the run dialog. You may then right-click any file and open it in Notepad++ under the Send To menu:

enter image description here

Related Question