Skip to content

Instantly share code, notes, and snippets.

@iam-msm
Created November 20, 2014 10:45
Show Gist options
  • Save iam-msm/84e1d77e50c7f7f31cc8 to your computer and use it in GitHub Desktop.
Save iam-msm/84e1d77e50c7f7f31cc8 to your computer and use it in GitHub Desktop.
Add ConsoleZ | Console2 to Context Menu and folder background. If you paste it in a reg file make sure to use UCS-2 Little Endian encoding.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\ConsoleZ]
@="Open ConsoleZ Here"
[HKEY_CLASSES_ROOT\Directory\shell\ConsoleZ\command]
@="\"C:\\Program Files\\ConsoleZ\\Console.exe\" -t \"Git Bash\" -d \"%1\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\ConsoleZ]
@="Open ConsoleZ Here"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\ConsoleZ\command]
@="\"C:\\Program Files\\ConsoleZ\\Console.exe\" -t \"Git Bash\" -d \"%V\""
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\shell\ConsoleZ]
[-HKEY_CLASSES_ROOT\Directory\Background\shell\ConsoleZ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment