Skip to content
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
{{ message }}
Instantly share code, notes, and snippets.
npofopr
/
Add_Open_Bash_context_menu.reg
Last active
May 18, 2020
Star
0
Fork
0
Star
Code
Revisions
5
Embed
What would you like to do?
Embed
Embed this gist in your website.
Share
Copy sharable link for this gist.
Clone via HTTPS
Clone with Git or checkout with SVN using the repository’s web address.
Learn more about clone URLs
Download ZIP
Добавление пункта "Открыть окно Bash здесь" для работы с Ubuntu shell в текущей папке Windows 10
Raw
Add_Open_Bash_context_menu.reg
Windows Registry Editor Version 5.00
; Created by:Shawn Brink
; Created on: August 13th 2016
; Tutorial: http://www.tenforums.com/tutorials/60125-open-bash-window-here-context-menu-add-windows-10-a.html
[
HKEY_CLASSES_ROOT
\Directory\Background\shell\Bash]
@
=
"
Открыть окно Bash здесь
"
"Extended"=
-
[
HKEY_CLASSES_ROOT
\Directory\Background\shell\Bash\command]
@
=
"
cmd.exe /c pushd \
"
%V\
"
&& ubuntu.exe
"
[
HKEY_CLASSES_ROOT
\Directory\shell\Bash]
@
=
"
Открыть окно Bash здесь
"
"Extended"=
-
[
HKEY_CLASSES_ROOT
\Directory\shell\Bash\command]
@
=
"
cmd.exe /c pushd \
"
%V\
"
&& ubuntu.exe
"
[
HKEY_CLASSES_ROOT
\Drive\shell\Bash]
@
=
"
Открыть окно Bash здесь
"
"Extended"=
-
[
HKEY_CLASSES_ROOT
\Drive\shell\Bash\command]
@
=
"
cmd.exe /c pushd \
"
%V\
"
&& ubuntu.exe
"
[
HKEY_CLASSES_ROOT
\LibraryFolder\Background\shell\Bash]
@
=
"
Открыть окно Bash здесь
"
"Extended"=
-
[
HKEY_CLASSES_ROOT
\LibraryFolder\Background\shell\Bash\command]
@
=
"
cmd.exe /c pushd \
"
%V\
"
&& ubuntu.exe
"
Sign up for free
to join this conversation on GitHub
. Already have an account?
Sign in to comment
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.