Windows 2012 安装 .net framework 3.5

时间:2014-05-24 07:24:47   收藏:0   阅读:402
  1. 使用 PowerShell, 指定源文件路径然后进行安装:

    Install-WindowsFeature NET-Framework-Core –Source D:\Sources\sxs

  2. 使用命令提示符中的DISM命令,指定源文件路径然后进行安装:

    DISM /Online /Enable-Feature /FeatureName:NetFx3 /Source:d:\sources\sxs

  3. 使用包含sxs文件夹的文件共享,指定unc共享路径:

    Install-WindowsFeature NET-Framework-Core –Source \\ServerName\ShareName\sxs

Windows 2012 安装 .net framework 3.5,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!