zoukankan      html  css  js  c++  java
  • upgrading PowerShell V2 to PowerShell V3 on Windows 7 64-bit (zz)

    //z 2014-03-31 10:39:51 BG57IV3@XCL T2804140757.K.F253293061 [T94,L1162,R54,V1701]
    From the following page: 
    http://www.microsoft.com/en-us/download/details.aspx?id=34595

    Instructions

    To install Windows Management Framework 3.0:

    1. Download the correct package for your operating system and architecture    
      • Windows 7 Service Pack 1      
        • 64-bit versions: WINDOWS6.1-KB2506143-x64.MSU
        • 32-bit versions: WINDOWS6.1-KB2506143-x86.MSU
      • Windows Server 2008 R2 SP1       
        • 64-bit versions: WINDOWS6.1-KB2506143-x64.MSU
      • Windows Server 2008 Service Pack 2      
        • 64-bit versions: WINDOWS6.0-KB2506146-x64.MSU
        • 32-bit versions: WINDOWS6.0-KB2506146-x86.MSU
    2. Close all Windows PowerShell windows.
    3. Uninstall any other versions of Windows Management Framework 3.0.
    4. Run the MSU file that you downloaded.

    To uninstall Windows Management Framework 3.0:
    Locate and uninstall the following installed Windows Update:
    • KB2506143 - for Windows 7 SP1 and Windows Server 2008 R2 SP1
    • KB2506146 - for Windows Server 2008 SP2

    //z 2014-03-31 10:39:51 BG57IV3@XCL T2804140757.K.F253293061 [T94,L1162,R54,V1701]
    http://www.microsoft.com/en-us/download/details.aspx?id=40855
      PowerShell V4
      To prepare for installation of Windows Management Framework 4.0:
      1. Download the correct package for your operating system and architecture. The following architectures are supported.
        • Windows 7 SP1
          • x64: Windows6.1-KB2819745-x64-MultiPkg.msu
          • x86: Windows6.1-KB2819745-x86.msu
        • Windows Server 2008 R2 SP1
          • x64: Windows6.1-KB2819745-x64-MultiPkg.msu
        • Windows Server 2012
          • x64: Windows8-RT-KB2799888-x64.msu
      2. Close all Windows PowerShell windows.
      3. Uninstall any other copies of Windows Management Framework 4.0, including any prerelease copies or copies in other languages.


    @IS2120#CNBLOGS.T2169364049[T1,L65,R1,V259]:备忘
    $ € ₤ ₭ ₪ ₩ ₮ ₦ ₱ ฿ ₡ ₫ ﷼ ¥ ﷼ ₫ ₡ ฿ ₱ ₦ ₮ ₩ ₪ ₭ ₤ € $
  • 相关阅读:
    go_接口
    go_封装
    go_结构体和方法
    go_字符和字符串处理
    go_Map
    为啥别人运行程序那么快,而你的却是龟速?
    大一新生开发的小工具火了!不一样的Python编程体验,现在的新生都这么厉害的吗
    十七种方法轻松解决PyTorch训练速度慢!
    Leetcode 1577 数的平方等于两数乘积的方法数
    C++11的decltype关键字
  • 原文地址:https://www.cnblogs.com/IS2120/p/6745678.html
Copyright © 2011-2022 走看看