win10更新0x80004002错误怎么修复。( 二 )


REG DELETE \"HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\WindowsUpdate\" /v SusClientId /f
Write-Host \"8) Resetting the WinSock...\"
netsh winsock reset
netsh winhttp reset proxy
Write-Host \"9) Delete all BITS jobs...\"
Get-BitsTransfer | Remove-BitsTransfer
Write-Host \"10) Attempting to install the Windows Update Agent...\"
if($arch -eq 64){
wusa Windows8-RT-KB2937636-x64 /quiet
}
else{
wusa Windows8-RT-KB2937636-x86 /quiet
}
Write-Host \"11) Starting Windows Update Services...\"
Start-Service -Name BITS
Start-Service -Name wuauserv
【win10更新0x80004002错误怎么修复。】Start-Service -Name appidsvc
Start-Service -Name cryptsvc
Write-Host \"12) Forcing discovery...\"
wuauclt /resetauthorization /detectnow
Write-Host \"Process complete. Please reboot your computer.\"
大家可以尝试使用以上小编分享介绍的2个方法来进行解决修复,有需要的用户快来试试吧!

推荐阅读