win10 解决.net framework 3.5 安装报错 0x800F0954问题

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/asd77882566/article/details/80024043
  1. 打开注册表:cmd+r 输入regedit,确定;
  2. 找到路径HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU,其中UseWUServer默认值为1,改成0;
  3. 打开服务列表,重启Windows Update service;
  4. 此时可以正常安装.net framework 3.5;
  5. 将第二步的修改还原,并重启Windows Update service。

猜你喜欢

转载自blog.csdn.net/asd77882566/article/details/80024043