Windows Terminal (终端) 安装
一键安装Windows终端
打开powershell执行下面命令
irm https://file.minigg.cn/wt | iex
(如果阉割了自带的powershell5,可以手动下载下面的appx安装)
如果脚本运行失败,可以手动在管理员权限的Powershell执行
Invoke-WebRequest -Uri https://file.minigg.cn/tools/WindowsTerminal/Microsoft.VCLibs.x64.14.00.Desktop.appx -outfile Microsoft.VCLibs.x86.14.00.Desktop.appx
Add-AppxPackage Microsoft.VCLibs.x86.14.00.Desktop.appxInvoke-WebRequest -Uri https://file.minigg.cn/tools/WindowsTerminal/Microsoft.UI.Xaml.2.8.x64.appx -outfile Microsoft.UI.Xaml.2.8.x64.appx
Add-AppxPackage Microsoft.UI.Xaml.2.8.x64.appxInvoke-WebRequest -Uri https://file.minigg.cn/tools/WindowsTerminal/Microsoft.WindowsTerminal_1.21.3231.0_8wekyb3d8bbwe.msixbundle -outfile Microsoft.WindowsTerminal_1.21.3231.0_8wekyb3d8bbwe.msixbundle
Add-AppxPackage Microsoft.WindowsTerminal_1.21.3231.0_8wekyb3d8bbwe.msixbundle
如果msixbundle也不兼容的话,可以下载 https://file.minigg.cn/tools/WindowsTerminal/Microsoft.WindowsTerminal_1.21.3231.0_x64.zip
解压运行Windows终端