码迷,mamicode.com
首页 > Windows程序 > 详细

Win7 安装.net framework 4.0 失败

时间:2015-02-02 01:55:35      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:

Win7 安装.net framework 4.0 失败,错误HRESULT 0xc8000222解决办法

单独安装.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

Win7 安装.net framework 4.0 失败

标签:

原文地址:http://www.cnblogs.com/qiangpu/p/4266664.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!