[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.

Requirements


  • 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.

Steps


  1. Start Windows PowerShell in the Administrator Command Prompt by typing:

    Copy

    powershell
    
  2. To install .NET Framework 3.5 from installation media located on a network share, use the following command:

    Copy

    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.

  3. To verify installation, run the following command:

    Copy

    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,就可以完成安裝了 …

时间: 2024-10-07 00:03:19

[Windows Server] 在 Windows Server 2012 上安裝 .NET Framework 3.5 - 摘自网络的相关文章

在VPS上安裝BT軟體Transmission

在VPS上安裝BT軟體Transmission 作者: 窮苦人家的小孩 | 2009-12-04 55 Comments VPS 還能怎玩?! 裝Proxy,裝VPN,這還不夠,我還用來掛種子夠狠吧  反正頻寬閒也是閒者,不過安裝前最好事先問問主機商是否允許,合法的文件大多都是OK的.偶用YUM裝了幾個軟體總覺都怪怪的,畢竟不是該軟體最新的版本,再加上CentOS是一套強調安全的系統,當然對P2P這玩意不會太支援,我裝過了純網頁介面的Torrentflux,很多人推薦的rTorrent,但是最後

apache http server(httpd) 下載安裝

參考文檔:http://jingyan.baidu.com/article/29697b912f6539ab20de3cf8.html 1.搜索apache官網,找到apache http server(httpd)欄位,window的去到Files for Microsoft Windows 2.然後在 ApacheHaus Apache Lounge BitNami WAMP Stack WampServer XAMPP 中選前3個,點擊進去就能下載,下載後 , 解壓到應用目錄,不要有空格

【Python】Windows, Linux/UNIX, Mac OS X 下安裝 Python

下載地址:https://www.python.org/downloads/ 下載對應系統.對應位數的版本即可. [Windows] 一般選擇"Windows x86-64 executable installer",即 64 位兼容 32 位的可執行安裝程序. 打開安裝程序,先勾選"Add Python X.X to PATH",代表安裝時將 Python 對應版本目錄添加到 PATH 系統環境變量中,再選擇"Customize installation

C#-Windows服務以LocalSystem賬戶安裝的話無法獲取我的文檔路徑

如圖,如果Window服務以上圖 Account安裝運行,則無法獲取到 以下路徑: System.Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) 解决方案: 1.将LocalSystem改成User,然后编译安装程序,在安装的时候填上当前的 登录用户的 账号信息即可. 参考资料: ServiceProcessInstaller类的Account属性值可以是ServiceAcount枚举的任一值,见表2 值 意义  

在 Scientific Linux 上安裝 telnet & ssh

Scientific Linux 6.4 安裝好,預設是沒有 telnet & ssh 服務的,得再自行安裝,當然,這麼重要的服務,安裝不可能太困難,以下分別說明安裝程序. telnet 服務安裝 切換到 root 身份,執行如下指令: yum install telnet telnet-server -y 修改 telnet 設定,執行如下指令: vi /etc/xinetd.d/telnet 內容如下: 紅色部份是維一要修改的,將 yes 改成 no. # default: on # des

Ubuntu 12.04不能在華碩F81se系列電腦上安裝解决辦法

本人華碩F81se系列的電腦,剛開始是裝的ubuntu 10.04的系統,周末閑的無聊,就想把系統換成ubuntu 12.04的,從ubuntu官網上下載了12.04的安裝包,下了個usb installer,把系統燒到u盤以後,在u盤裏run了下,總是出現下面的錯誤: Cannot allocate resource for EISA slot 1 Cannot allocate resource for EISA slot 2 Cannot allocate resource for EIS

linux 上安裝lnmp

1.確保有一台服務器可以正常運行 2.熟練知道一些基本的命令 3.這裡我以lnmp集成環境為例 https://lnmp.org/install.html 4.安裝大約30分鐘左右 5.安裝完畢,訪問你的公有IP 6.也可以通過命令查看相關服務器是否開啟 7.如何無法訪問,看相關端口是否開放 8.接下來查看 8.點擊"配置規則"查看"""安全組規則" 10.若80,22,2289等端口已開啟,則可以正常反問了 原文地址:https://www.c

在 CentOS7 上安裝 VMware vSphere CLI (vcli)

最近项目需要在Centos7上安装VCLI. 根据官方说明,适用预变异的perl模块,运行的时候报错. 根据下面这个文章, 使用cpan,但是在安装过程中报错,说明下面文章应该有缺陷. http://ephrain.pixnet.net/blog/post/62612357-%5Bvmware%5D-%E5%9C%A8-centos7-%E4%B8%8A%E5%AE%89%E8%A3%9D-vmware-vsphere-cli-(vcli)-%E6%93%8D 经过N多天尝试,终于成功 环境:

Windows性能监视器之CPU、硬盘、IO等监控方法详解-摘自网络

一般操作系统性能主要涉及到的问题主要有:处理器使用情况.内存占有量.磁盘I/0操作以及网络流量等. 查看Windows性能情况,大部分情况下是通过 “Windows任务管理器”,可以通过在 ”命令行” 中输入 : taskmgr 来弹出任务管理器. ”任务管理器”可以查看:CUP的使用率.内存的使用率 以及 网络传输量情况.使用Windows任务管理器比较直观,UI效果也不错.但是也有些弊端,如:可参考的性能参数不够全面.不能长时间记录性能情况 以及 没有性能报告日志等等. **Perfmon性