Skip to content

Instantly share code, notes, and snippets.

@JoshuaTheMiller
Created January 15, 2018 23:43
Show Gist options
  • Save JoshuaTheMiller/4c2fbd5918468cd1e1a95518bcbd485f to your computer and use it in GitHub Desktop.
Save JoshuaTheMiller/4c2fbd5918468cd1e1a95518bcbd485f to your computer and use it in GitHub Desktop.
Adds the ability to open the current folder in a Bash Shell via the Windows 10 context menu. Use at your own risk as this modifies the registry.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\bash]
@="Open with Bash"
"Icon"="%USERPROFILE%\\AppData\\Local\\lxss\\bash.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\bash\command]
@="\"C:\\Windows\\System32\\bash.exe\""
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\Background\shell\bash]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment