部分Win7/Win8.1用戶在使用Windows更新進行升級安裝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:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
4、重啟 BITS、Cryptographic、MSI Installer 和 Windows 更新四個服務,命令如下(每行命令輸入之後都要按回車執行):
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
5、執行 exit 命令關閉命令提示符,然後重啟電腦。
此時再次嘗試升級Windows10,錯誤可能已經被解決。