码迷,mamicode.com
首页 > Windows程序 > 详细

Windows 2012 安装 .net framework 3.5

时间:2014-05-24 07:24:47      阅读:402      评论:0      收藏:0      [点我收藏+]

标签:style   c   color   a   文件   使用   

  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

Windows 2012 安装 .net framework 3.5

标签:style   c   color   a   文件   使用   

原文地址:http://www.cnblogs.com/SharkXu/p/InstallNET35ONWindows2012.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!