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
标签:R2,sources,Windows,如下,镜像文件,Framework,sxs,报错,目录 来源: https://www.cnblogs.com/liang545621/p/12612143.html