Windows Update Error 0x80070643 | How to Fix Windows 10, 11 Update Error | MIcrosoft | Charlie Club
Today I will show you how to fix windows update error 0x80070643
1. Run the Windows troubleshoot from windows setting.
2. Try to update your windows if not then follow me.
3. Open a txt document on Desktop.
4. Copy and paste this code From Description.
SC config trustedinstaller start=auto
net stop bits
net stop wuauserv
net stop msiserver
net stop cryptsvc
net stop appidsvc
Ren %Systemroot%SoftwareDistribution SoftwareDistribution.old
Ren %Systemroot%System32catroot2 catroot2.old
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
rundll32.exe pnpclean.dll,RunDLL_PnpClean /DRIVERS /MAXCLEAN
dism /Online /Cleanup-image /ScanHealth
dism /Online /Cleanup-image /CheckHealth
dism /Online /Cleanup-image /RestoreHealth
dism /Online /Cleanup-image /StartComponentCleanup
Sfc /ScanNow
net start bits
net start wuauserv
net start msiserver
net start cryptsvc
net start appidsvc
5. Save this file on desktop with the name of WUfix.bat
6. Run this file as an Administrator.
7. Restart your Computer and Try Windows Update.
[ad_2]
source