询问者
Windows server 2012R2标准版无法安装.net framework3.5

问题
全部回复
-
您好
參考下列連結應該就可以解決
http://ithelp.ithome.com.tw/questions/10149924
http://erichuang89.blogspot.tw/2014/02/windows2012-r2-net-framework-35.html
http://shaurong.blogspot.tw/2014/12/net-framework-35-on-windows-server-2012.html
- 已建议为答案 AlvwanModerator 2017年1月10日 9:29
-
您好!
请尝试以下方法:
第一种方法
1. 使用"添加角色和功能向导",点击窗口底部的链接,指定一个备选源路径。例如,D:是我的Windows Server DVD光盘。可使用如下路径:
D:\Sources\sxs
第二种方法
1. 使用 PowerShell, 指定源文件路径然后进行安装:
Install-WindowsFeature NET-Framework-Core –Source D:\Sources\sxs
2. 使用命令提示符中的DISM命令,指定源文件路径然后进行安装:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /Source:d:\sources\sxs
3. 使用包含sxs文件夹的文件共享,指定unc共享路径:
Install-WindowsFeature NET-Framework-Core –Source \\ServerName\ShareName\sxs
此致,
Alvin Wang
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已建议为答案 AlvwanModerator 2017年1月10日 9:29
-
您好!
请问以上信息对您是否有所帮助?
Best Regards,
Alvin Wang
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.