将以下代码保存到扩展名为 .reg 的文件中,双击打开
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt]
@="Windows Terminal Here"
"Extended"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command]
@="C:\\Users\\你的用户名\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt]
@="Windows Terminal Here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command]
@="C:\\Users\\你的用户名\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe"
检查一下配置文件,看下是否有以下内容,删除之后就可以了。
{
"profiles": [
{
"startingDirectory" : "%USERPROFILE%"
}
]
}
v0.5 之后的版本(如 0.5.2661.0 )需要修改为
"startingDirectory": null
按照上面方法打开后还是home目录,按照这个就成功了:
version: 1.10.2383.0