Skip to content

Instantly share code, notes, and snippets.

@danilobatistaqueiroz
Last active May 15, 2019 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danilobatistaqueiroz/5f22be9b271b761a1382fc84b10a9314 to your computer and use it in GitHub Desktop.
Save danilobatistaqueiroz/5f22be9b271b761a1382fc84b10a9314 to your computer and use it in GitHub Desktop.
Configurando Variaveis no Windows

Configurando variáveis de ambiente no Windows

Entre no Regedit
Em HKEY_CURRENT_USER -> Environment
E adicione Strings
Por exemplo, para o java_home, de esse nome e coloque o caminho
Para configurar o PATH, crie uma String com esse nome e preencha com as configurações
Reinicie o Windows e agora ele sempre terá essas variáveis configuradas

regedit

Alterando o SendTo do Windows:

Entre em C:\Users\[seu usuario]\AppData\Roaming\Microsoft\Windows\SendTo

Alterando o menu com botão direito do mouse nos arquivos no Windows:

Entre no regedit em HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
Ache a aplicação que aparece no menu de contexto, e depois pesquise o clssID dela em:
HKEY_CLASSES_ROOT\CLSID\{CLSSID_DA_APPLICATION}

regedit

regedit

https://sourceforge.net/p/notepad-plus/discussion/331754/thread/8e6fad1f/?page=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment