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, 同じパスを保ちながら、.
This tutorial assumes that Windows PowerShell is run as default when Windows Terminal is started
- Edit the registry as follows…
レジストリエディタを起動します
ウィンキー + R -> regedit -> Click OK
それはまだ表示されていない場合は、レジストリエディタでアドレスバーを表示します
View -> Address Bar
-
Add the first registry entry to create the icon in the menu…
レジストリパス:
HKEY_CLASSES_ROOT\Directory\Background\shellRight click shell -> New -> Key
キーに名前を付ける
Terminal編集する (デフォルト) 文字列から
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} 独自のパスと:
{path to icon}terminal.ico -
2番目のレジストリエントリを追加します。
レジストリパス:
HKEY_CLASSES_ROOT\Directory\Background\shell\TerminalRight click Terminal -> New -> Key
Name the new key
commandコマンドで, set the value of (デフォルト):
wt -d . -
第三のレジストリエントリを追加します。
レジストリパス:
HKEY_CLASSES_ROOT\Directory\shellRight click shell -> New -> Key
キーに名前を付ける
Terminal編集する (デフォルト) 文字列から
Windows Terminal HereRight click the new key Terminal -> New -> String
Name the new string
Icon開いた状態のアイコンと交換次のように値を設定します {path to icon} 独自のパスと:
{path to icon}terminal.ico -
第四のレジストリエントリを追加します。
レジストリパス:
HKEY_CLASSES_ROOT\Directory\shell\TerminalRight 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.
