Skip to content

Instantly share code, notes, and snippets.

@NigelThorne
Created March 3, 2016 02:25
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 NigelThorne/1cd016b0969ae176fa96 to your computer and use it in GitHub Desktop.
Save NigelThorne/1cd016b0969ae176fa96 to your computer and use it in GitHub Desktop.
WIndows: Open Console2 console in current location context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Console2]
@="Console Here"
[HKEY_CLASSES_ROOT\Directory\shell\Console2\command]
@="C:\\ProgramData\\chocolatey\\bin\\Console.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Console2]
@="Console Here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Console2\command]
@="C:\\ProgramData\\chocolatey\\bin\\Console.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment