粘贴如下代码:
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
将连接外网安装netframe3.5
windows2012R2 无系统盘 安装netframe3.5 (需连公网)
原文:http://blog.51cto.com/jameslee/2160608