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, při zachování stejné cesty.
This tutorial assumes that Windows PowerShell is run as default when Windows Terminal is started
- Edit the registry as follows…
Spusťte Editor registru
Win Key + R -> regedit -> Klepněte na OK
Ukazují panelu Adresa v Editoru registru, pokud již není zobrazeno
Zobrazit -> Adresní řádek
-
Add the first registry entry to create the icon in the menu…
Cesta v registru:
HKEY_CLASSES_ROOT\Directory\Background\shellKlikněte pravým tlačítkem na shell -> Nový -> Klíč
Pojmenujte klíč
TerminalUpravte (standardní) řetězec 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} s vlastní cestou:
{path to icon}terminal.ico -
Přidejte druhou položku registru
Cesta v registru:
HKEY_CLASSES_ROOT\Directory\Background\shell\TerminalRight click Terminal -> New -> Key
Name the new key
commandVe velení, set the value of (standardní):
wt -d . -
Přidejte položku registru třetí
Cesta v registru:
HKEY_CLASSES_ROOT\Directory\shellKlikněte pravým tlačítkem na shell -> Nový -> Klíč
Pojmenujte klíč
TerminalUpravte (standardní) řetězec do
Windows Terminal HereRight click the new key Terminal -> New -> String
Name the new string
IconOtevřené Ikona a nastavte hodnotu takto nahrazení {path to icon} s vlastní cestou:
{path to icon}terminal.ico -
Přidejte položku registru čtvrtý
Cesta v registru:
HKEY_CLASSES_ROOT\Directory\shell\TerminalRight click Terminal -> New -> Key
In the new command key, nastavte hodnotu Výchozí:
wt -d .
Kontextová nabídka nyní je třeba pracovat. Right click on the desktop and click Windows Terminal Here. Windows Terminal should open with PowerShell with the present working directory as your desktop.
