[Windows Server] 在 Windows Server 2012 上安裝 .NET Framework 3.5 - 摘自网络
官方:
Applies To: Windows 8, Windows 8.1
For a Windows Server® 2012 core installation that is not connected to the Internet, you can use Windows PowerShell to add .NET Framework 3.5 and provide access to the \sources\sxs folder on the installation media. The \sources\sxs folder can be copied to network share (for example, \\network\share\sxs) to make it easily accessible to multiple computers. The target computer account DOMAIN\SERVERNAME$ must have at least read access to the network share.
- Windows Server 2012
 - Installation media
 - Administrator user rights. The current user must be a member of the local Administrators group to add or remove Windows features.
 - Target Computers might need network access and rights to use either alternate sources or an Internet connection to use Windows Update.
 
- Start Windows PowerShell in the Administrator Command Prompt by typing:
powershell
 - To install .NET Framework 3.5 from installation media located on a network share, use the following command:
Install-WindowsFeature Net-Framework-Core -source \\network\share\sxs
Where \\network\share\sxs is the location of the source files.
For more information about the Install-WindowsFeature cmdlet, see Install-WindowsFeature. - To verify installation, run the following command:
Get-WindowsFeature
The Install State column should show Installed for the .NET Framework 3.5 (includes .NET 2.0 and 3.0) feature.
 
民间:
Windows Server 2012 有內含 .NET Framework 3.5,供需要向後相容的環境的管理人員來安裝,而 Windows Server 2012 預設在找不到安裝來源時,就會上網連到 Windows Update 下載,問題來了,若剛好環境中沒有網路呢?很簡單,當場死給你看:

你一定覺得很奇怪,為什麼它不給安裝?明明在光碟內有東西啊 (Windows Server 2012 的安裝光碟己經掛起來了),為什麼還是有這種怪訊息?問題就出在 Windows Server 2012 的安裝檔都封裝在 Install.wim 檔案內,但唯獨 .NET Framework 3.5 不是,我們只能使用替代方案:
![]()
這個替代方案的說明還寫得很文言文 ... 不過指出了 .NET Framework 3.5 的檔案在哪裡,只要把路徑設成 [Windows Server 安装盘的位置]:\Sources\SxS,就可以完成安裝了 …
[Windows Server] 在 Windows Server 2012 上安裝 .NET Framework 3.5 - 摘自网络的更多相关文章
- 在VPS上安裝BT軟體Transmission
		
在VPS上安裝BT軟體Transmission 作者: 窮苦人家的小孩 | 2009-12-04 55 Comments VPS 還能怎玩?! 裝Proxy,裝VPN,這還不夠,我還用來掛種子 ...
 - [Python學習筆記] 在Centos上安裝 Django
		
曾在模擬器跟Digital Ocean上安裝成功,我在 Digital Ocean上的是CentOS 7 x64,模擬器的則是Centos 6.雖然Centos 本身已經裝好 Python 但是是2. ...
 - python 3.x上安裝web.py
		
python 3.x上安裝web.py 查询之后,安装时使用pip3 install web.py==0.40.dev0 最終可以运行 app.py import weburls=( '/',' ...
 - C#-Windows服務以LocalSystem賬戶安裝的話無法獲取我的文檔路徑
		
如圖,如果Window服務以上圖 Account安裝運行,則無法獲取到 以下路徑: System.Environment.GetFolderPath(Environment.SpecialFolder ...
 - 如何在 Mac上 安裝 .NET Core 2.1 ?
		
一.前言 Free. Cross-platform. Open source. A developer platform for building all your apps. --- .net co ...
 - Ubuntu 12.04不能在華碩F81se系列電腦上安裝解决辦法
		
本人華碩F81se系列的電腦,剛開始是裝的ubuntu 10.04的系統,周末閑的無聊,就想把系統換成ubuntu 12.04的,從ubuntu官網上下載了12.04的安裝包,下了個usb insta ...
 - linux 上安裝lnmp
		
1.確保有一台服務器可以正常運行 2.熟練知道一些基本的命令 3.這裡我以lnmp集成環境為例 https://lnmp.org/install.html 4.安裝大約30分鐘左右 5.安裝完畢,訪問 ...
 - Windows性能监视器之CPU、硬盘、IO等监控方法详解-摘自网络
		
一般操作系统性能主要涉及到的问题主要有:处理器使用情况.内存占有量.磁盘I/0操作以及网络流量等. 查看Windows性能情况,大部分情况下是通过 “Windows任务管理器”,可以通过在 ”命令行” ...
 - 如何在 Windows 7 安裝 SharePoint Server 2010
		
转:http://support.microsoft.com/kb/2683572/zh-tw 關於作者: 本文由微軟最有價值專家 MVP 歐志信 提供.微軟十分感謝 MVP 主動地將他們的經驗與上百 ...
 
随机推荐
- ?Swift获取手机设备信息
			
使用UiDevice获取设备信息: 获取设备名称 let name = UIDevice.currentDevice().name 获取设备系统名称 let systemName = UIDevice ...
 - C# - 定义集合,索引符
			
Animal 类 Cow类 Chicken类 Animal 集合类 调用
 - Hbase 0.96 比 hbase 0.94的改变
			
转载:http://blog.csdn.net/hxpjava1/article/details/20043703 环境: hadoop:hadoop-2.2.0 hbase:hbase-0.96.0 ...
 - Eclipse 启动问题:'Initilizing Java Tooling' has encountered a problem(。。。)
			
一.问题描述: . 二.分析及解决 ...
 - [XJOI NOI02015训练题7] B 线线线 【二分】
			
题目链接:XJOI - NOI2015-07 - B 题目分析 题意:过一个点 P 的所有直线,与点集 Q 的最小距离是多少?一条直线与点集的距离定义为点集中每个点与直线距离的最大值. 题解:二分答案 ...
 - [转载]MongoDB学习(二):数据类型和基本概念
			
数据类型 基本数据类型 MongoDB的文件存储格式为BSON,同JSON一样支持往其它文档对象和数组中再插入文档对象和数组,同时扩展了JSON的数据类型.与数据库打交道的那些应用.例如,JSON没有 ...
 - HDU 2844 Coins(多重背包)
			
点我看题目 题意 :Whuacmers有n种硬币,分别是面值为A1,A2,.....,An,每一种面值的硬币的数量分别是C1,C2,......,Cn,Whuacmers想买钱包,但是想给人家刚好的钱 ...
 - Vue.js 基础示例
			
为 Vue.js 初学者写了一些简单的示例,在线示例 示例源码 了解更多请查看 Vue.js 官网文档:http://vuejs.org.cn/guide/
 - 搭建Git本地服务器
			
搭建Git本地服务器 参考文章:http://www.ossxp.com/doc/git/gitolite.html 当前任务,学习中... 公司小范围用法: 服务器上做的: .在服务器上建立一个用户 ...
 - bzoj2763
			
首先是稀疏图,不难想到dij+heap 观察题目可以知道,0<=k<=10; 所以比较裸的想法就是,d[i,j]表示已经免费了i条线路后到达j的最短路 容易得到 d[i,j]:=min(d ...