Skip to content

Instantly share code, notes, and snippets.

@LordMike
Last active January 29, 2019 11:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LordMike/5d7036bae1d8f76252985873a6601206 to your computer and use it in GitHub Desktop.
Save LordMike/5d7036bae1d8f76252985873a6601206 to your computer and use it in GitHub Desktop.
Adds "Open Bash Here" to right-click context menu in Explorer
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\bash]
"Extended"=""
@="Open Bash here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\bash\command]
@="ubuntu run /bin/bash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment