我正在尝试安装Windows 终端在 Windows 10 v1803 [内部版本 17134.13.04] 上,我没有任何管理员权限,Microsoft Store 也已停用。我.msixbundle
从GitHub 发布页面并使用来自的命令这里:
add-appxpackage -Path ".\Microsoft.WindowsTerminal_1.4.3141.0_8wekyb3d8bbwe.msixbundle"
但是,我收到错误:
add-appxpackage : Deployment failed with HRESULT: 0x80073CF0, Package could not be opened.
error 0x8007007B: Opening the package from location Microsoft.WindowsTerminal_1.4.3141.0_8wekyb3d8bbwe.msixbundle
failed.
NOTE: For additional information, look for [ActivityId] b425a102-b6a8-0001-5add-56b4a8b6d601
in the Event Log or use the command line Get-AppxLog -ActivityID b425a102-b6a8-0001-5add-56b4a8b6d601
At line:1 char:1
+ add-appxpackage -Path ".\Microsoft.WindowsTerminal_1.4.3141.0_8wekyb3 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (C:\Users\Farima...bbwe.msixbundle:String) [Add-AppxPackage], FileNotFoundException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
这是什么问题?我该如何解决?
答案1
您可能收到该错误的原因是 Windows Terminal 需要 Windows 10 v1903 或更高版本。
Windows Terminal 需要 Windows 10 1903(内部版本 18362)或更高版本
https://github.com/Microsoft/Terminal#installing-and-running-windows-terminal