zoukankan      html  css  js  c++  java
  • WIndows 7 安装.net framework 4.0 失败,错误HRESULT 0xc8000222解决办法

    之前装Viusal Stuido 2010 Ultim一直失败,而且等的时间特别长,在安装.net framework 4.0时就失败……

    后来就单独安装.net framework 4.0,结果还是失败,出现HRESULT 0xc8000222错误代码,

    去官网上查找,发现作如下操作步骤即可

    This behavior may occur if the temporary folder of Windows Update has been corrupted. We can refer to the following steps to rename this folder. Please be assured the folder will be created again when we visit the Windows Update site again.

    1. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.

    net stop WuAuServ

    2. Click Start, Run, type: %windir% and press Enter.
    3. In the opened folder, rename the folder SoftwareDistribution to SDold.
    4. Click Start, Run, type: cmd and press Enter.

    Please run the following command in the opened window.

    net start WuAuServ

     

    原来这个还和Windows Update有关系,给目录名重命名一下再次安装,即安装成功了!

  • 相关阅读:
    7.3形成团队结构
    第7章 设计构架
    第6章 空中交通管制:高可用性设计案例分析
    5.5安全性战术
    第5章实现质量属性
    4..4.7 使用一般场景进行沟通的概念
    4.4.3性能
    第II部分创建构架
    3.3.2使用结构
    docker容器互联
  • 原文地址:https://www.cnblogs.com/blackcore/p/2182043.html
Copyright © 2011-2022 走看看