Skip to content

Instantly share code, notes, and snippets.

@flyingduck92
Last active May 10, 2017 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save flyingduck92/0ed6fc625a77a06f0aa885b4668f21b2 to your computer and use it in GitHub Desktop.
Save flyingduck92/0ed6fc625a77a06f0aa885b4668f21b2 to your computer and use it in GitHub Desktop.
Add Bash to Context menu on Windows 10 ref: http://qiita.com/sekai92id/items/5790b57ba9257206b0d9
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\Background\shell\bash]
[-HKEY_CLASSES_ROOT\Directory\shell\bash]
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\bash]
@="Bash here"
"Icon"="%USERPROFILE%\\AppData\\Local\\lxss\\bash.ico,0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\bash\command]
@="c:\\windows\\system32\\bash.exe"
[HKEY_CLASSES_ROOT\Directory\shell\bash]
@="Bash here"
"Icon"="%USERPROFILE%\\AppData\\Local\\lxss\\bash.ico,0"
[HKEY_CLASSES_ROOT\Directory\shell\bash\command]
@="cmd.exe /c pushd \"%V\" && c:\\windows\\system32\\bash.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment