Win10 system update patch error 80070643 processing method

  

Recently, many users failed to update the KB3122947 patch, the error code is 80070643. This error usually occurs during the installation phase and can be resolved by installing the patch with the DISM command.

To do the following:

users first need to get 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.

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

2. Enter the following command (copy and paste) back The car can be:

for /F “tokens=*” %F in (& lsquo;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”)

The above is the processing method of Win10 system update patch error 80070643, this article describes the general solution , update patch 80070643 error, you can also refer to: Win10 upgrade KB3122947 after the error 80070643 how to do? To solve.

Copyright © Windows knowledge All Rights Reserved