Skip to content

Instantly share code, notes, and snippets.

@NaniteFactory
Last active June 8, 2018 14:54
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 NaniteFactory/435dbb658431c99ee91e0b104d02f726 to your computer and use it in GitHub Desktop.
Save NaniteFactory/435dbb658431c99ee91e0b104d02f726 to your computer and use it in GitHub Desktop.
"MSYS2 here" context menu item // MSYS 실행 옵션을 우클릭 메뉴에 추가하기
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MSYS2 here]
@="MSYS2 here"
"icon"="D:\\msys64\\msys2.ico"
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MSYS2 here\command]
@="D:\\msys64\\msys2.exe bash"
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MinGW32 here]
@="MinGW32 here"
"icon"="D:\\msys64\\mingw32.ico"
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MinGW32 here\command]
@="D:\\msys64\\mingw32.exe bash"
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MinGW64 here]
@="MinGW64 here"
"icon"="D:\\msys64\\mingw64.ico"
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MinGW64 here\command]
@="D:\\msys64\\mingw64.exe bash"
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MSYS2 here]
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MinGW32 here]
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MinGW64 here]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment