在Server 2012上安装Windows Management Framework 4.0(Powershell 4.0)失败

前端之家收集整理的这篇文章主要介绍了在Server 2012上安装Windows Management Framework 4.0(Powershell 4.0)失败前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我一直在尝试在Amazon EC2上的 Windows Server 2012实例上测试PowerShell Desired State配置.我从MS下载中心下载了Windows Management Framework 4.0:

Windows Management Framework 4.0

http://www.microsoft.com/en-au/download/details.aspx?id=40855

尝试安装时,我遇到了以下错误

Windows update could not be installed because of error 2148098050
“The certificate for the signer of the message is invalid or not
found.” (Command line: “”C:\Windows\system32\wusa.exe”
“C:\Users\Administrator\Downloads\Windows6.1-KB2819745-x64-MultiPkg.msu”
“)

代码签名安装程序通常包含证书作为二进制文件的一部分.我刚刚右键单击了包并从MSU手动提取证书并将其安装在本地计算机证书存储中以确保签名者是可信的.当我再次尝试安装软件包时,收到了一个新错误

Windows update could not be installed because of error 2148073480
“Invalid algorithm specified.” (Command line:
“”C:\Windows\system32\wusa.exe”
“C:\Users\Administrator\Downloads\Windows6.1-KB2819745-x64-MultiPkg.msu”
“)

任何人都可以帮忙解决上述问题吗?

我正在下载错误文件. Server 2012的正确文件如下(来自问题中发布的相同链接):

Windows8-RT-KB2799888-x64.msu

安装上面的MSU工作完美无瑕.

原文链接:https://www.f2er.com/windows/369294.html

猜你在找的Windows相关文章