报错如下:
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

相关文章:

  • 2021-12-02
  • 2021-12-02
  • 2021-12-16
  • 2021-07-22
  • 2021-05-08
  • 2021-06-20
  • 2021-12-02
  • 2022-12-23
猜你喜欢
  • 2021-05-09
  • 2021-08-21
  • 2022-12-23
  • 2022-01-08
  • 2021-11-26
相关资源
相似解决方案