How to add Windows Terminal to the Windows Explorer context menu as “👩💻 Windows Terminal Here” ❔
The Windows context menu option ‘👩💻 Windows Terminal Here’ is handy to open Windows Terminal from Windows or Windows Explorer, utrzymując tę samą ścieżkę.
This tutorial assumes that Windows PowerShell is run as default when Windows Terminal is started
- Edit the registry as follows…
Uruchom Edytor rejestru
Win Key + R -> regedit -> Click OK
Pokaż pasek adresu w Edytorze rejestru, jeżeli nie jest już pokazując
View -> Address Bar
-
Add the first registry entry to create the icon in the menu…
Ścieżka rejestru:
HKEY_CLASSES_ROOT\Directory\Background\shellRight click shell -> New -> Key
Nazwij klucz
TerminalEdytuj plik (Zaniedbanie) ciąg do
Windows Terminal HereRight click the new key Terminal -> New -> String
Name the new string
IconDownload the Windows Terminal Icon…
Open the Icon string and set the value as follows replacing {path to icon} z własnej ścieżce:
{path to icon}terminal.ico -
Dodaj drugi wpis rejestru
Ścieżka rejestru:
HKEY_CLASSES_ROOT\Directory\Background\shell\TerminalRight click Terminal -> New -> Key
Name the new key
commandw komendzie, set the value of (Zaniedbanie):
wt -d . -
Dodaj trzeci wpis rejestru
Ścieżka rejestru:
HKEY_CLASSES_ROOT\Directory\shellRight click shell -> New -> Key
Nazwij klucz
TerminalEdytuj plik (Zaniedbanie) ciąg do
Windows Terminal HereRight click the new key Terminal -> New -> String
Name the new string
IconIkona otwarty i ustawić wartość w następujący sposób zastępując {path to icon} z własnej ścieżce:
{path to icon}terminal.ico -
Dodaj czwarty wpis rejestru
Ścieżka rejestru:
HKEY_CLASSES_ROOT\Directory\shell\TerminalRight click Terminal -> New -> Key
In the new command key, ustawić wartość domyślną:
wt -d .
Menu kontekstowe teraz powinno działać. Right click on the desktop and click Windows Terminal Here. Windows Terminal should open with PowerShell with the present working directory as your desktop.
