重置WindowsUpdate组件Service registration法
的有关信息介绍如下:重置WindowsUpdate组件,Windows 10 Service registration is missing or corrupt解决办法
打开记事本,输入如下修复命令,并全部复制:
net stop wuauserv
net stop cryptSvcnet 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
右键开始图标,打开 命令提示符(管理员)
右键粘贴
注意:看到如图说明已经在执行了,不要关闭窗口,不要二次粘贴。
等待执行
直到执行完成,关闭窗口
重启电脑,并运行更新,现在可以了
更新功能成果修复