Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows 8系統教程 >> win8系統應用技巧 >> Win8.1升級Win10出現C1900101-30018錯誤的處理方案

Win8.1升級Win10出現C1900101-30018錯誤的處理方案

日期:2017/1/24 17:42:49      編輯:win8系統應用技巧

  部分Win8.1升級Win10的時候出現了C1900101-30018的錯誤,這可能是因為某些服務於更新補丁有沖突,需要重新啟動這些服務,下面就來介紹一下這個問題具體的解決方法。

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:\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命令關閉命令提示符,然後重啟電腦。

  重新啟動上面的四個服務以後,就可以避免C1900101-30018錯誤,讓Win8.1順利地升級到Win10系統了。

Copyright © Windows教程網 All Rights Reserved