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, išlaikant tą patį kelią.
This tutorial assumes that Windows PowerShell is run as default when Windows Terminal is started
- Edit the registry as follows…
Paleiskite registro rengyklę
Laimėjimo raktas + R -> regedit -> spustelėkite Gerai
Rodykite adreso juostą registro rengyklėje, jei ji dar nerodoma
Rodyti -> Adreso juosta
-
Add the first registry entry to create the icon in the menu…
Registro kelias:
HKEY_CLASSES_ROOT\Directory\Background\shellDešiniuoju pelės mygtuku spustelėkite apvalkalą -> Naujas -> Raktas
Pavadinkite raktą
TerminalRedaguoti (Numatytas) eilutę į
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} su savo keliu:
{path to icon}terminal.ico -
Pridėkite antrąjį registro įrašą
Registro kelias:
HKEY_CLASSES_ROOT\Directory\Background\shell\TerminalRight click Terminal -> New -> Key
Name the new key
commandVadovaujantis, set the value of (Numatytas):
wt -d . -
Pridėkite trečiąjį registro įrašą
Registro kelias:
HKEY_CLASSES_ROOT\Directory\shellDešiniuoju pelės mygtuku spustelėkite apvalkalą -> Naujas -> Raktas
Pavadinkite raktą
TerminalRedaguoti (Numatytas) eilutę į
Windows Terminal HereRight click the new key Terminal -> New -> String
Name the new string
IconAtidarykite piktogramą ir pakeiskite vertę taip, kaip nurodyta {path to icon} su savo keliu:
{path to icon}terminal.ico -
Pridėkite ketvirtąjį registro įrašą
Registro kelias:
HKEY_CLASSES_ROOT\Directory\shell\TerminalRight click Terminal -> New -> Key
In the new command key, nustatykite Default reikšmę:
wt -d .
Dabar kontekstinis meniu turėtų veikti. Right click on the desktop and click Windows Terminal Here. Windows Terminal should open with PowerShell with the present working directory as your desktop.
