Hello ,
I’m here to help you in resolving your issue
Error 0x800705b4 usually indicates that Windows Update is timing out or encountering permission issues.
1: Press Win +S > search for Command Prompt > Right click on it > click on Run as administrator > Run below commands
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
2: Restart your PC and try updating again.
After trying above steps, please reach out to me if you have any doubts or issues
Help others by sharing your experience! Click “Yes” if this solution worked for you or “No” if it didn’t.