Windows 8/2012下启用dotNet3.5

    当我们不得不在Windows NT6.2系统平台下启用.Net Framework 3.5时,可能无法使用原有的安装包或是Windows Update方式完成,那么不妨试试下面的方法。

1、准备好系统安装光盘或光盘源文件,定位至\sources\sxs目录

image

2、以管理员身份运行PS,输入以下命令

dism.exe /online /enable-feature /all /featurename:NetFX3 /Source:H:\sources\sxs

image

3、Windows Server 2012下也可以通过添加角色或功能开启,但需要指定备用源路径

image

你可能感兴趣的:(windows8,Windows2012,dotnet3.5)