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

    レジストリエディタを起動します

    ウィンキー + R -> regedit -> Click OK

    それはまだ表示されていない場合は、レジストリエディタでアドレスバーを表示します

    View -> Address Bar

     

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

    レジストリパス: HKEY_CLASSES_ROOT\Directory\Background\shell

    Right click shell -> New -> Key

    キーに名前を付ける Terminal

    編集する (デフォルト) 文字列から 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. 2番目のレジストリエントリを追加します。

    レジストリパス: HKEY_CLASSES_ROOT\Directory\Background\shell\Terminal

    Right click Terminal -> New -> Key

    Name the new key command

    コマンドで, set the value of (デフォルト):

    wt -d .

     

  4. 第三のレジストリエントリを追加します。

    レジストリパス: HKEY_CLASSES_ROOT\Directory\shell

    Right click shell -> New -> Key

    キーに名前を付ける Terminal

    編集する (デフォルト) 文字列から Windows Terminal Here

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

    Name the new string Icon

    開いた状態のアイコンと交換次のように値を設定します {path to icon} 独自のパスと:

    {path to icon}terminal.ico

     

  5. 第四のレジストリエントリを追加します。

    レジストリパス: HKEY_CLASSES_ROOT\Directory\shell\Terminal

    Right click Terminal -> New -> Key

    In the new command key, デフォルトの値を設定します:

    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.