问题
2018年1月3日星期三 上午7:04
在Windows Server 2016的服务器管理器中,将NET Framework 3.5以及4.6卸载后,打开服务器管理器,会提示.net Framework错误,需要先安装.net
如何才能在Windows Server 2016中重新安装好.net 3.5和4.6?
参考微软客服给的.net 4.7下载后安装,打开服务器管理器还是会出现相同错误提示。
全部回复 (4)
2018年1月3日星期三 上午9:07 | 1 票
你好,
>>如何才能在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的信息,你可以参考下面的链接:
/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.
2018年1月5日星期五 上午9:03
你好,
请问回复的信息对你有用么?如果你需要进一步的帮助,请告诉我们。
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.
2018年1月8日星期一 上午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.
2018年1月16日星期二 上午10:16
你好,
>>如何才能在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.
通过以下命令,可以在缺少父级功能情况下补充安装缺少的配套工具
Dism /online /enable-feature /featurename:Netfx4 /All /source:D:\Sources\sxs
根据这个方案,成功修复.net4.0,但发现依赖.net 4.0启动的服务器管理工具缺无法打开,双击后没有任何响应。请问应该怎么解决?