在Microsoft Store
中即可下载。
图标地址:https://raw.githubusercontent.com/microsoft/terminal/master/res/terminal.ico
下载后保存在某个文件夹path
@echo off
reg.exe add "HKEY_CLASSES_ROOT\Directory\Background\shell\wt" /f /ve /d "Windows Terminal here"
reg.exe add "HKEY_CLASSES_ROOT\Directory\Background\shell\wt" /f /v "Icon" /t REG_EXPAND_SZ /d "path\terminal.ico"
reg.exe add "HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command" /f /ve /t REG_EXPAND_SZ /d "\"%%LOCALAPPDATA%%\Microsoft\WindowsApps\wt.exe\""
pause
按下Win+R快捷键打开运行,然后输入regedit
打开注册表编辑器,然后在地址栏中输入:
计算机\HKEY_CLASSES_ROOT\directory\background\shell
新建项:wt
点击wt,双击右边的默认,在里面输入鼠标右键选项的名称:Windows Terminal here
右键wt,选择新建字符串,名为为Icon
,在里面输入下载好的图标的地址:path\terminal.ico
右键wt,选择新建项,输入command
然后点击command,双击右边的默认,输入Terminal的地址"%%LOCALAPPDATA%%\Microsoft\WindowsApps\wt.exe\"
即可。
点击Windows Terminal菜单栏上的下拉箭头,然后选择Settings:
在默认打开的终端配置中添加"startingDirectory" : ".",
这个配置即可: