Como adicionar “Abrir com o Notepad ++” (Portable) no menu de contexto do Windows?

4

Eu acho que o título diz tudo.

Eu uso a versão portátil do Notepad ++ e gostaria de ter um menu no menu de contexto do botão direito do Windows 10 que permite editar arquivos com ele.

    
por Mawg 21.10.2016 / 11:30

3 respostas

4

Isso é explicado em Como adicionar qualquer aplicativo ao menu do menu da direita do Windows Desktop , que diz:

The first thing you’ll want to do is open up regedit.exe through the Start Menu search or run box, and then browse down to the following key: HKEY_CLASSES_ROOT\Directory\Background\shell Registry Editor

The screen should look similar to this one if you are in the right place.

Next, you’ll want to create a new key underneath the shell key, the name of which is exactly what is going to show up on the desktop menu. Right-click on the “shell” key, and then choose New \ Key from the menu.

Give the new key the name that you want to show up on the desktop context menu. For this example we’ll be using Open with Notepad++.

Next you’ll need to create the command key that will actually hold the command used to launch the application. Right-click on the new Notepad++ key, and then choose New \ Key from the menu.

Registry Editor

Give this key the name “command” in lowercase.

To complete this step you’ll need the full path to the application that you want to launch. You can use Shift + Right-Click to get the Copy as Path menu item to find this more quickly.

Now click on “command” on the left side, and then double-click on the (Default) key in the right side to edit the string value.

Paste in the full path to the executable that you got from the “Copy as Path” step above, or you can put in the full path yourself if you’d like.

And right-clicking on the desktop will produce the new menu item… naturally, using this menu item should launch Notepad++.

You can add as many applications to the desktop context menu as you’d like, just repeat the steps again with a new menu item name.

É basicamente o mesmo para outras versões do Windows também.

    
por 21.10.2016 / 11:38
3

Se a sugestão de ajustes do registro da Saimak não for algo que você queira tentar, adicione um atalho ao arquivo EXE para a lista "Enviar para" permitirá que você clique com o botão direito e item e abri-lo no Notepad ++.

A maneira mais fácil de acessar a pasta "Enviar para" na qual criar o atalho é inserir shell:sendto e pressionar Enter.

    
por 21.10.2016 / 11:52
3

Instruções sobre como fazer isso aqui: link

Em suma, baixe a dll, cadastre-se e voila!

    
por 07.12.2017 / 12:11