easyc

Windows 8 卡在正在检查更新

2017-01-16 20:13  Easy C#  阅读(792)  评论(0编辑  收藏  举报

原文地址:https://answers.microsoft.com/en-us/windows/forum/windows_8-update/windows-update-not-updating-stuck-on-checking/da51ddbc-40ff-4ed9-b2a7-9381843728a1

简单来说,只要执行以下操作步骤(需要管理员权限):

net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

ren C:\Windows\System32\catroot2 catroot2.old

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

分类:

技术点:

相关文章:

  • 2021-04-15
  • 2021-10-10
  • 2021-09-30
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2021-10-22
  • 2022-12-23
猜你喜欢
  • 2021-08-21
  • 2021-12-28
  • 2021-07-13
  • 2021-04-14
  • 2022-01-04
  • 2021-08-04
  • 2021-07-14
相关资源
相似解决方案