Skip to content

Instantly share code, notes, and snippets.

@npofopr
Last active May 18, 2020 13:14
Show Gist options
  • Save npofopr/7dc31a0d9f0cc10a2854c3f724aff81a to your computer and use it in GitHub Desktop.
Save npofopr/7dc31a0d9f0cc10a2854c3f724aff81a to your computer and use it in GitHub Desktop.
Добавление пункта "Открыть окно Bash здесь" для работы с Ubuntu shell в текущей папке Windows 10
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