解决办法
可以通过如下 PowerShell 脚本进行安zd装:
从开始回菜单中找到 PowerShell,右击选择 以管理员身份运行。答
输入如下脚本后回车执行:
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
修复windows server 2016 net环境
未经允许不得转载:小叶白龙博客 » 修复windows server 2016 net环境
评论前必须登录!
注册