在命令行执行:DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs
- Use /All to enable all parent features of the .NET Framework 3.5.
- Use /LimitAccess to prevent DISM from contacting Windows Update.
- Use /Source to specify the location of the files needed to restore the feature.
注意:我们需要先把windows 8或者windows 2012的光盘挂在到D盘,因为.net 3.5功能所需的一些文件在光盘目录下的X:\Sources\SxS目录下。
本文介绍如何通过DISM命令在线启用Windows 8或Windows 2012系统的.NET Framework 3.5功能,包括使用参数说明及所需文件来源。
4144

被折叠的 条评论
为什么被折叠?



