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, mantendo o mesmo camiño.
This tutorial assumes that Windows PowerShell is run as default when Windows Terminal is started
- Edit the registry as follows…
Inicia o Editor do rexistro
Clave de vitoria + R -> regedit -> Click OK
Amosa a barra de enderezos no Editor do Rexistro se aínda non se mostra
View -> Address Bar
-
Add the first registry entry to create the icon in the menu…
Camiño do rexistro:
HKEY_CLASSES_ROOT\Directory\Background\shellRight click shell -> New -> Key
Name the key
TerminalEdit the (defecto) string to
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} co teu propio camiño:
{path to icon}terminal.ico -
Engade a segunda entrada de rexistro
Camiño do rexistro:
HKEY_CLASSES_ROOT\Directory\Background\shell\TerminalRight click Terminal -> New -> Key
Name the new key
commandAo mando, set the value of (defecto):
wt -d . -
Engade a terceira entrada de rexistro
Camiño do rexistro:
HKEY_CLASSES_ROOT\Directory\shellRight click shell -> New -> Key
Name the key
TerminalEdit the (defecto) string to
Windows Terminal HereRight click the new key Terminal -> New -> String
Name the new string
IconAbra a icona e estableza o valor substituíndoo como segue {path to icon} co teu propio camiño:
{path to icon}terminal.ico -
Engade a cuarta entrada de rexistro
Camiño do rexistro:
HKEY_CLASSES_ROOT\Directory\shell\TerminalRight click Terminal -> New -> Key
In the new command key, define o valor de Predeterminado:
wt -d .
O menú contextual agora debería estar funcionando. Right click on the desktop and click Windows Terminal Here. Windows Terminal should open with PowerShell with the present working directory as your desktop.
