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, pur mantenendo lo stesso percorso.
This tutorial assumes that Windows PowerShell is run as default when Windows Terminal is started
- Edit the registry as follows…
Avviare l'editor del Registro
Win Key + R -> regedit -> Click OK
Mostra la barra degli indirizzi in l'Editor del Registro, se non è già mostrando
View -> Address Bar
-
Add the first registry entry to create the icon in the menu…
Percorso del Registro di sistema:
HKEY_CLASSES_ROOT\Directory\Background\shellRight click shell -> New -> Key
Assegna un nome alla chiave
TerminalModifica il file (Predefinito) stringa a
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} con il proprio percorso:
{path to icon}terminal.ico -
Aggiungere la seconda voce del Registro
Percorso del Registro di sistema:
HKEY_CLASSES_ROOT\Directory\Background\shell\TerminalRight click Terminal -> New -> Key
Name the new key
commandAl comando, set the value of (Predefinito):
wt -d . -
Aggiungere la terza voce del Registro
Percorso del Registro di sistema:
HKEY_CLASSES_ROOT\Directory\shellRight click shell -> New -> Key
Assegna un nome alla chiave
TerminalModifica il file (Predefinito) stringa a
Windows Terminal HereRight click the new key Terminal -> New -> String
Name the new string
IconAprire Icona e impostare il valore come segue sostituzione {path to icon} con il proprio percorso:
{path to icon}terminal.ico -
Aggiungere la voce del Registro quarta
Percorso del Registro di sistema:
HKEY_CLASSES_ROOT\Directory\shell\TerminalRight click Terminal -> New -> Key
In the new command key, impostare il valore di default:
wt -d .
Il menu contestuale ora dovrebbe funzionare. Right click on the desktop and click Windows Terminal Here. Windows Terminal should open with PowerShell with the present working directory as your desktop.
