Skip to content

Instantly share code, notes, and snippets.

@brunolimame
Last active July 17, 2021 01:03
Show Gist options
  • Save brunolimame/817b1c060091fc9ddf2383f226de3b15 to your computer and use it in GitHub Desktop.
Save brunolimame/817b1c060091fc9ddf2383f226de3b15 to your computer and use it in GitHub Desktop.
[Windows] Cmder and Cmder Here in context menu as administrator
  • Download cmder http://cmder.net/
  • Create the Cmder folder on drive C and unzip the file that you downloaded into this folder
  • Save and run the file cmder-context-menu.reg
  • Opening as administrator
    • In Settings -> Startup -> Specified name task -> select {cmd:: Cmder as Admin}

##############

  • Faça o download do cmder: http://cmder.net/
  • Cria a pasta Cmder na unidade C e descompacte o aquivo que baixou nesta pasta
  • Salve e execute o arquivo de registro cmder-context-menu.reg
  • Abrindo como administrador
    • In Settings -> Startup -> Specified name task -> select {cmd:: Cmder as Admin}
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmder]
@="Cmder"
"Icon"="\"C:\\Cmder\\Cmder.exe\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmder\command]
@="\"C:\\Cmder\\Cmder.exe\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmder_here]
@="Cmder here"
"Icon"="C:\\Cmder\\Cmder.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmder_here\command]
@="\"C:\\Cmder\\Cmder.exe\" \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment