Skip to content

Instantly share code, notes, and snippets.

@UnluckyNinja
Created November 10, 2017 07:18
Show Gist options
  • Save UnluckyNinja/ab0cdd184b2107566c451f9d0276a09b to your computer and use it in GitHub Desktop.
Save UnluckyNinja/ab0cdd184b2107566c451f9d0276a09b to your computer and use it in GitHub Desktop.
Show msys2 shortcut in folder context menu.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\msys2]
@="Open msys2 Here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\msys2\command]
@="D:\\CodeProgram\\msys64\\msys2_shell.cmd -where \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment