怎么解决Win10系统系统更新时出现0x80242fff错误代码?

时间:23-09-29 15:59:47

作者:

分类:Win10教程

  有用户在更新Win10系统的时候,页面提示出现0x80242fff错误码,不知道怎么解决?那么下面就和小编一起来学习一下吧。

    Win10系统更新时出现0x80242fff错误代码怎么办?

  Win10系统更新时出现0x80242fff错误代码怎么办?

  1、左下角搜索cmd,之后以管理员权限打开;

  2、输入以下命令;

  1. 01SC config wuauserv start= auto
  2. 02SC config bits start= auto
  3. 03SC config cryptsvc start= auto
  4. 04SC config trustedinstaller start= auto
  5. 05SC config wuauserv type=share

复制代码
SC config wuauserv start= auto SC config bits start= auto SC config cryptsvc start= auto SC config trustedinstaller start= auto SC config wuauserv type=share

  3、然后输入;

  1. 01net stop wuauserv
  2. 02net stop cryptSvc
  3. 03net stop bits
  4. 04net stop msiserver
  5. 05ren C:WindowsSoftwareDistribution SoftwareDistribution.old
  6. 06ren C:WindowsSystem32catroot2 catroot2.old
  7. 07net start wuauserv
  8. 08net start cryptSvc
  9. 09net start bits
  10. 10net start msiserver

复制代码
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:WindowsSoftwareDistribution SoftwareDistribution.old ren C:WindowsSystem32catroot2 catroot2.old net start wuauserv net start cryptSvc net start bits net start msiserver

  4、之后,重新启动一下。

    Win10系统更新时出现0x80242fff错误代码怎么办?