windows server 2012安装Net35
把cmd(C:\Windows\System32\cmd.exe)的快捷方式放到桌面上,然后单击右键:以管理员的权限运行:
powershell
执行以下命令,注意其中SXS的来源是原始安装系统盘,一般路径是:系统盘盘符:\sources\sxs
windows server 2012安装Net35
Install-WindowsFeature NET-Framework-Core –Source D:\sxs
DISM /Online /Enable-Feature /FeatureName:NetFx3 /Source:D:\sxs