win10升級1909提示錯誤0x80004002?
方法一:
1. 啟動開始菜單,輸入“cmd”,右鍵以管理員身份運行,然后依次執行以下命令:
SC config wuauserv start= auto
SC config bits start= auto
SC config cryptsvc start= auto
SC config trustedinstaller start= auto
SC config wuauserv type=share
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
重啟設備,再次嘗試更新 Windows,看一下是否還會提示錯誤。