How to Fix Windows Update Install Error 0x80070643
Channel:
Subscribers:
298,000
Published on ● Video Link: https://www.youtube.com/watch?v=-sXfqWXvzoo
How to Fix Windows Update Install Error 0x80070643
Your Queries :
Command used:
1.
net stop wuauserv
net stop bits
rename c:\windows\SoftwareDistribution SoftwareDistribution.bak
net start wuauserv
net start bits
2.
net stop cryptsvc
md %systemroot%\system32\catroot2.old
xcopy %systemroot%\system32\catroot2 %systemroot%\system32\catroot2.old /s
net start cryptsvc
Thanks.