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, samtidigt som du håller samma väg.
This tutorial assumes that Windows PowerShell is run as default when Windows Terminal is started
- Edit the registry as follows…
Starta registerredigeraren
Win Key + R -> regedit -> Click OK
Visa adressfältet i registerredigeraren om det inte redan visas
View -> Address Bar
-
Add the first registry entry to create the icon in the menu…
Registreringsväg:
HKEY_CLASSES_ROOT\Directory\Background\shellRight click shell -> New -> Key
Namnge nyckeln
TerminalRedigera (Standard) sträng till
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} med din egen väg:
{path to icon}terminal.ico -
Lägg till den andra registerposten
Registreringsväg:
HKEY_CLASSES_ROOT\Directory\Background\shell\TerminalRight click Terminal -> New -> Key
Name the new key
commandBefälhavare, set the value of (Standard):
wt -d . -
Lägg till den tredje registerposten
Registreringsväg:
HKEY_CLASSES_ROOT\Directory\shellRight click shell -> New -> Key
Namnge nyckeln
TerminalRedigera (Standard) sträng till
Windows Terminal HereRight click the new key Terminal -> New -> String
Name the new string
IconÖppna Ikon och ställ in värdet enligt följande ersättning {path to icon} med din egen väg:
{path to icon}terminal.ico -
Lägg till den fjärde registerposten
Registreringsväg:
HKEY_CLASSES_ROOT\Directory\shell\TerminalRight click Terminal -> New -> Key
In the new command key, ställa in värdet på Standard:
wt -d .
Kontextmenyn ska nu fungera. Right click on the desktop and click Windows Terminal Here. Windows Terminal should open with PowerShell with the present working directory as your desktop.
