Win8.1系统升级Win10出现C1900101-30018错误怎么办?
操作步骤如下:
1、以管理员身份运行“命令提示符”,可在开始菜单或开始屏幕搜索框中输入CMD,然后在结果中点击右键,选择“以管理员身份运行”。
2、关闭BITS、Cryptographic、MSI Installer 和 Windows 更新四个服务,命令如下(每行命令输入之后都要按回车执行):
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
3、重命名SoftwareDistribution 和 Catroot2 文件夹,命令如下(每行命令输入之后都要按回车执行):
ren C:WindowsSoftwareDistribution SoftwareDistribution.old
ren C:WindowsSystem32catroot2 Catroot2.old
4、重启BITS、Cryptographic、MSI Installer 和 Windows 更新四个服务,命令如下(每行命令输入之后都要按回车执行):
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
5、执行exit命令关闭命令提示符,然后重启电脑。
时间: 2024-10-30 03:37:43