Win10 update patch KB3122947 error 80070643 using the command solution

  

Not long ago Microsoft pushed the update numbered KB3122947 for Win10, when many users encountered 0x80070643 error when installing the update. Usually this error will occur during the installation phase, when the system has downloaded the required files for the update.

Win10 th2 official version update patch KB3122947 error what to do?

The most effective solution to this problem is to install through the DISM command, but the user first needs to obtain the patch Download path. Here is a general solution, the command can automatically find the path of the update file, and then encounter the same problem later, just run the command directly. The method is as follows:

1. First press Win+X or right click on the Start button to open “Command Prompt (Administrator)”;

2, enter the following command (copy Paste) Enter:

for /F "tokens=*" %F in ('dir %windir%\\SoftwareDistribution\\Download\\*Update Number* /s /b') do ( dism /online /add-package/packagepath:"%F")

Note: Please manually replace the “update number” with the actual patch number.

Take KB3122947 as an example. The actual running command is:

for /F "tokens=*" %F in ('dir %windir%\\SoftwareDistribution\\Download\\*3122947* /s /b') do ( dism /online /add-package /packagepath:"%F")

Recommended:

Win10 update patch KB3133431 mainly fixes Flash crash caused by KB3132372< Br>

win7/8.1 update two new patches KB3112336 and KB3112343 help upgrade win10

Copyright © Windows knowledge All Rights Reserved