How to add Windows Terminal to the Windows Explorer context menu as👩‍💻 Windows Terminal Here

The Windows context menu option ‘👩‍💻 Windows Terminal Hereis handy to open Windows Terminal from Windows or Windows Explorer, като се държи по същия път.
 

This tutorial assumes that Windows PowerShell is run as default when Windows Terminal is started

  1. Edit the registry as follows

    Започнете Registry Editor

    Win Key + R -> regedit -> Click OK

    Покажи адресната лента в редактора на системния регистър, ако не е вече показване

    View -> Address Bar

     

  2. Add the first registry entry to create the icon in the menu

    Registry Path: HKEY_CLASSES_ROOT\Directory\Background\shell

    Right click shell -> New -> Key

    Name the key Terminal

    Edit the (По подразбиране) string to Windows Terminal Here

    Right click the new key Terminal -> New -> String

    Name the new string Icon

    Download the Windows Terminal Icon

    Windows Terminal Icon

    Open the Icon string and set the value as follows replacing {path to icon} със собствения си път:

    {path to icon}terminal.ico

     

  3. Добавяне на втория запис в системния регистър

    Registry Path: HKEY_CLASSES_ROOT\Directory\Background\shell\Terminal

    Right click Terminal -> New -> Key

    Name the new key command

    В командния, set the value of (По подразбиране):

    wt -d .

     

  4. Добави третия вход на регистър

    Registry Path: HKEY_CLASSES_ROOT\Directory\shell

    Right click shell -> New -> Key

    Name the key Terminal

    Edit the (По подразбиране) string to Windows Terminal Here

    Right click the new key Terminal -> New -> String

    Name the new string Icon

    Open Икона и задайте стойността, както следва подмяна {path to icon} със собствения си път:

    {path to icon}terminal.ico

     

  5. Добави четвърти влизането на системния регистър

    Registry Path: HKEY_CLASSES_ROOT\Directory\shell\Terminal

    Right click Terminal -> New -> Key

    In the new command key, задайте стойност на Default:

    wt -d .

     

В контекстното меню сега трябва да се работи. Right click on the desktop and click Windows Terminal Here. Windows Terminal should open with PowerShell with the present working directory as your desktop.