Skip to content

Instantly share code, notes, and snippets.

@naveen521kk
Created March 29, 2021 12:17
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 naveen521kk/2bb8880943bda88fd4bc8da4b4278d15 to your computer and use it in GitHub Desktop.
Save naveen521kk/2bb8880943bda88fd4bc8da4b4278d15 to your computer and use it in GitHub Desktop.
Registry to get MSYS2 here shell explorer menu with icons
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]
@="MSYS Here"
"Icon"="C:\\msys64\\msys2.exe"
[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]
@="MINGW64 Here"
"Icon"="C:\\msys64\\mingw64.exe"
[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]
@="MINGW32 Here"
"Icon"="C:\\msys64\\mingw32.exe"
[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