Skip to content

Instantly share code, notes, and snippets.

@xuanye
Forked from elieux/msys2-here-uninstall.reg
Created February 23, 2018 06:18
Show Gist options
  • Save xuanye/9284940eb8bc835897cef8d0ca3e0c3e to your computer and use it in GitHub Desktop.
Save xuanye/9284940eb8bc835897cef8d0ca3e0c3e to your computer and use it in GitHub Desktop.
MSYS2 here context menu items
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MSYS here]
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MINGW64 here]
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MINGW32 here]
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MSYS here\command]
@="C:\\msys64\\msys2.exe bash"
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MINGW64 here\command]
@="C:\\msys64\\mingw64.exe bash"
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MINGW32 here\command]
@="C:\\msys64\\mingw32.exe bash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment