在资源管理器右键菜单中添加“使用 Windows Terminal 打开”

Author Avatar
Sora 8月 19, 2020

将以下注册表文件导入注册表:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\WindowsTerminal]
@="使用 Windows &Terminal 打开"

[HKEY_CLASSES_ROOT\Directory\Background\shell\WindowsTerminal\command]
@="C:\\Users\\***(你的用户名称)***\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe -d \"%V\""

应用后即可见到效果。