注册表
右键添加 Windows Terminel
- 普通用户
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\background\shell\WT]
@="Windows Terminal"
[HKEY_CLASSES_ROOT\Directory\background\shell\WT\command]
@="cmd.exe /s /c pushd \"%V\" & \"C:\\Users\\M2-WIN10\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe\""
- 管理员模式
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\background\shell\runas]
"ShowBasedOnVelocityId"=dword:00639bc8
@="Windows Terminal (as Admin)"
[HKEY_CLASSES_ROOT\Directory\background\shell\runas\command]
@="cmd.exe /s /c pushd \"%V\" & \"C:\\Users\\M2-WIN10\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe\""