win7安装.net4.0失败

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

官方的答案,
运行CMD,然后输入net stop WuAuServ回车
运行%windir%,弹出一个文件夹
把windows里边的SoftwareDistribution文件夹改成SDold
运行CMD,然后输入net start WuAuServ回车

然后重新安装net framework 4.0
希望能够帮助大家

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

杨航收集技术资料,分享给大家



你可能感兴趣的:(win7安装.net4.0失败)