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, meðan halda sömu leið.
This tutorial assumes that Windows PowerShell is run as default when Windows Terminal is started
- Edit the registry as follows…
Byrja Registry Editor
Win Key + R -> regedit -> Click OK
Sýna Address bar í Registry Editor, ef það er ekki nú þegar að sýna
View -> Address Bar
-
Add the first registry entry to create the icon in the menu…
Registry Path:
HKEY_CLASSES_ROOT\Directory\Background\shellRight click shell -> New -> Key
Name the key
TerminalEdit the (Default) 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} með eigin vegi þínum:
{path to icon}terminal.ico -
Bæta við seinni skrásetning innganga
Registry Path:
HKEY_CLASSES_ROOT\Directory\Background\shell\TerminalRight click Terminal -> New -> Key
Name the new key
commandí stjórn, set the value of (Default):
wt -d . -
Bættu þriðja skrásetning innganga
Registry Path:
HKEY_CLASSES_ROOT\Directory\shellRight click shell -> New -> Key
Name the key
TerminalEdit the (Default) string to
Windows Terminal HereRight click the new key Terminal -> New -> String
Name the new string
IconOpinn Icon og setja gildi á eftirfarandi hátt skipta {path to icon} með eigin vegi þínum:
{path to icon}terminal.ico -
Bæta við fjórða skrásetning innganga
Registry Path:
HKEY_CLASSES_ROOT\Directory\shell\TerminalRight click Terminal -> New -> Key
In the new command key, setja gildi Default:
wt -d .
The samhengi matseðill nú ætti að vera að vinna. Right click on the desktop and click Windows Terminal Here. Windows Terminal should open with PowerShell with the present working directory as your desktop.
