Windows server安装.net3.5失败

 admin   2019-06-12 15:28   307 人阅读  0 条评论

 可以通过如下 PowerShell 脚本进行安装:

从开始菜单中找到 PowerShell,右击选择 以管理员身份运行。

输入如下5个脚本后回车执行:


Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name UseWUServer -Value 0

Restart-Service -Name wuauserv

Install-WindowsFeature Net-Framework-Core
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name UseWUServer -Value 1
Restart-Service -Name wuauserv


dism.exe /online /enable-feature /featurename:NetFX3 /all /Source:d:\sources\sxs


或者制定备用源路径如D:\sources\sxs\


本文地址:https://liuchunjie.top/?id=173
版权声明:本文为原创文章,版权归 admin 所有,欢迎分享本文,转载请保留出处!

 发表评论


表情

还没有留言,还不快点抢沙发?