Win7 安装.net framework 4.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

上一篇:Httpd服务入门知识-Httpd服务常见配置案例之ServerSignature指令选项


下一篇:Windows 7下载安装 Visual C++ 6.0(VC6) 全程图解