Skip to content

Instantly share code, notes, and snippets.

@luizventurote
Created November 8, 2014 20:57
Show Gist options
  • Save luizventurote/79a04b0508435cc56b5f to your computer and use it in GitHub Desktop.
Save luizventurote/79a04b0508435cc56b5f to your computer and use it in GitHub Desktop.
Add Console2 in Windows context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Console]
@="Console Here"
[HKEY_CLASSES_ROOT\Directory\shell\Console\command]
@="\"C:\\Console2\\Console.exe\" -d \"%V\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\Console]
@="Console Here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Console\command]
@="\"C:\\Console2\\Console.exe\" -d \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment