部分Win7/Win8.1用戶在使用Windows更新進(jìn)行升級安裝Win10的過程中遇到了C1900101-30018的錯(cuò)誤,導(dǎo)致無法正常升級。國外論壇網(wǎng)友也表示遇到了同樣的問題,并給出了一種解決方案,很多用戶表示方法有效。
這個(gè)方案用到的是“命令提示符”工具,方法如下:
1、以管理員身份運(yùn)行“命令提示符”,可在開始菜單或開始屏幕搜索框中輸入CMD,然后在結(jié)果中點(diǎn)擊右鍵,選擇“以管理員身份運(yùn)行”。
2、關(guān)閉 BITS、Cryptographic、MSI Installer 和 Windows 更新四個(gè)服務(wù),命令如下(每行命令輸入之后都要按回車執(zhí)行):
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
3、重命名 SoftwareDistribution 和 Catroot2 文件夾,命令如下(每行命令輸入之后都要按回車執(zhí)行):
ren C:WindowsSoftwareDistribution SoftwareDistribution.old
ren C:WindowsSystem32catroot2 Catroot2.old
4、重啟 BITS、Cryptographic、MSI Installer 和 Windows 更新四個(gè)服務(wù),命令如下(每行命令輸入之后都要按回車執(zhí)行):
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
5、執(zhí)行 exit 命令關(guān)閉命令提示符,然后重啟電腦。
此時(shí)再次嘗試升級Windows10,錯(cuò)誤可能已經(jīng)被解決。