我来教你win10版本1903系统错误0x80073701怎么解决( 二 )


REG DELETE \"HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate\"
/v AccountDomainSid /f
REG DELETE \"HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate\"
/v PingID /f
REG DELETE \"HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate\"
/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
Start-Service -Name appidsvc
Start-Service -Name cryptsvc
Write-Host \"12) Forcing discovery...\"
wuauclt /resetauthorization /detectnow
Write-Host \"Process complete. Please reboot your computer.\"
5、运行完成后,如果还是无法解决该问题,请用户们重装系统,以彻底解决此问题 。
以上这里为各位分享了win10版本1903系统错误0x80073701处理方法 。有需要的朋友赶快来看看本篇文章吧!

推荐阅读