win7,不能装.net4.0的处理方法

2012年10月25日

2012-08-10 14:32 WIN7 安装不了 .net 4.0This 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的临时文件损坏 建议重命名该文件夹

步骤 1.开始—– 运行——- cmd —– 键入net stop WuAuServ回车(停止windows update服务)

2.开始—– 运行—-键入%windir%回车(打开系统目录)

3.将SoftwareDistribution文件夹重命名为SDold

4.开始—– 运行——- cmd —– 键入net start WuAuServ回车

5.可以正常安装.net了

 

声明: 本文采用 BY-NC-SA 协议进行授权. 转载请注明转自: win7,不能装.net4.0的处理方法
本文的评论功能被关闭了.