2012或2016系统安装 .net 3.5.1 时报错
问题描述: 使用 Windows Server 2012 R2 或 Windows Server 2016系统,发现在安装 .net 3.5.1 时报错
解决方案:
可以通过如下 PowerShell 脚本进行安装:
从开始菜单中找到 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
换个.net的版本可以不
解决方案:
可以通过如下 PowerShell 脚本进行安装:
从开始菜单中找到 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
换个.net的版本可以不
2012或2016系统安装 .net 3.5.1 时报错
问题描述: 使用 Windows Server 2012 R2 或 Windows Server 2016系统,发现在安装 .net 3.5.1 时报错解决方案...
点击下载文档
上一篇:k3wise账套备份下一篇:不能装载通讯模块,驱动程序安装不正确
本文2024-09-16 16:28:10发表“k3wise知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3wise-9445.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章