- Back to Home »
- Windows Server 2016 Datacenter Windows Update Error Code 0x800705b4
Posted by : Rafael Holanda
terça-feira, 11 de junho de 2024
Click Run as administrator
Type each of the following then hit Enter
Run these codes:
Net Stop bits
Net Stop wuauserv
Net Stop appidsvc
Net Stop cryptsvc
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
Ren %systemroot%\system32\catroot2 catroot2.bak
Net Start bits
Net Start wuauserv
Net Start appidsvc
Net Start cryptsvc
After running these commands, check if your issue is fixed.