询问者
Windows Server 2016安装 NET Framework 3.5及4.6

问题
全部回复
-
你好,
>>如何才能在Windows Server 2016中重新安装好.net 3.5和4.6?
你需要一张WS2016的安装盘或者安装镜像。
然后以管理员权限运行以下命令(D盘是你镜像挂载的路径):
Dism /online /enable-feature /featurename:Netfx3 /source:D:\Sources\sxs
Dism /online /enable-feature /featurename:Netfx4 /source:D:\Sources\sxs
更多关于dism的信息,你可以参考下面的链接:
Best Regards,
Frank
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
- 已建议为答案 frank_songMicrosoft contingent staff, Moderator 2018年1月3日 9:09
- 已编辑 frank_songMicrosoft contingent staff, Moderator 2018年1月3日 9:13
-
请问您的问题解决了吗? 如果您使用我们的方案解决问题,请“将其标记为答案”,以帮助其他社区成员快速找到有用的回复。 如果您使用自己的方案解决问题,请在此处分享您的经验和解决方案。 对于有类似问题的其他社区成员也是非常有帮助的。 如果没有,请回复并告诉我们目前的情况,以提供进一步的帮助。
Best Regards,
Frank
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
你好,
>>如何才能在Windows Server 2016中重新安装好.net 3.5和4.6?
你需要一张WS2016的安装盘或者安装镜像。
然后以管理员权限运行以下命令(D盘是你镜像挂载的路径):
Dism /online /enable-feature /featurename:Netfx3 /source:D:\Sources\sxs
Dism /online /enable-feature /featurename:Netfx4 /source:D:\Sources\sxs
更多关于dism的信息,你可以参考下面的链接:
https://docs.microsoft.com/zh-cn/windows-hardware/manufacture/desktop/enable-or-disable-windows-features-using-dism
Best Regards,
Frank
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
通过以下命令,可以在缺少父级功能情况下补充安装缺少的配套工具
Dism /online /enable-feature /featurename:Netfx4 /All /source:D:\Sources\sxs
根据这个方案,成功修复.net4.0,但发现依赖.net 4.0启动的服务器管理工具缺无法打开,双击后没有任何响应。请问应该怎么解决?