How to Fix Windows Update Install Error 0x80070643

Subscribers:
298,000
Published on ● Video Link: https://www.youtube.com/watch?v=-sXfqWXvzoo



Duration: 0:00
37 views
0


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.