win 2012 安装Net35

使用 PowerShell, 指定源文件路径然后进行安装:
Install-WindowsFeature NET-Framework-Core –Source D:\Sources\sxs
使用命令提示符中的DISM命令,指定源文件路径然后进行安装:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /Source:d:\sources\sxs

 

posted @ 2015-12-11 10:27  bobo-bobo  阅读(515)  评论(0编辑  收藏  举报