-
使用 PowerShell, 指定源文件路径然后进行安装:
Install-WindowsFeature NET-Framework-Core –Source D:\Sources\sxs
-
使用命令提示符中的DISM命令,指定源文件路径然后进行安装:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /Source:d:\sources\sxs
-
使用包含sxs文件夹的文件共享,指定unc共享路径:
Install-WindowsFeature NET-Framework-Core –Source \\ServerName\ShareName\sxs
相关文章
- 02-02Windows 8 下离线安装。net Framework 3.5
- 02-02windows环境下Robot Framework的安装步骤
- 02-02win10x64启动vs2010报错:未能加载C:\Windows\Microsoft.NET\Framework\v2.0.50727\microsoft.vsa.tlb
- 02-02powershell安装.net3.5
- 02-02如何在Python3.5虚拟环境中安装scipy Windows 10?
- 02-02win8系统在安装软件时安装framework3.5失败的解决办法
- 02-02WinServer2019的IIS上无法安装framework3.5的问题
- 02-02Windows Live Writer 2012 on .net 4
- 02-02安装 .NET Framework 3.5 Error 0x800f0950 in Windows 10
- 02-02c# – 使用Windows安装程序部署项目时,log4net不会生成日志文件