报错如下:
Windows Server2012 R2 无法安装.NET Framework 3.5
 Windows Server2012 R2 无法安装.NET Framework 3.5

 

 

 
解决办法:
1.解压WindowsServer2012R2镜像文件,把sources目录下的sxs目录拷贝到目标主机的D:\sources
 
2.以管理员身份运行CMD如下命令:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:D:\sources\sxs
 
参考文档:https://blog.csdn.net/F12138_/article/details/80220698

相关文章: