Windows
How to fix Windows update error 0x80070306
How to fix Windows update error 0x80070306.
Links:
Microsoft update ctalog:
Windows update troubleshooter:
Commands:
Reset Windows update cache:
net stop bits
net stop wuauserv
net stop CryptSvc
ren %systemroot%softwaredistribution softwaredistribution.bak
ren %systemroot%system32catroot2 catroot2.bak
net start bits
net start wuauserv
net start CryptSvc
SFC and DISM tools:
SFC /SCANNOW
DISM /Online /Cleanup-Image /Restorehealth
[ad_2]
source