WIN10 update times 80070643 Wrong solution

Source: Internet
Author: User

The most effective solution for this problem is to install it through the DISM command, but the user first needs to get the download path of the patch. This provides a common solution that automatically finds the update file path and then encounters the same problem, just run the command directly. The method is as follows:

1, first press win+x or right click on the Start button, open the command prompt (administrator);

2, enter the following command (copy and paste) return to:

for/f "tokens=*"%F in (' dir%windir%\softwaredistribution\download\* update number */s/b ') do (dism/online/add-package/package Path: "%F")

Note: Manually replace the update number with the actual patch number.

Take KB3122947 For example, the actual Run command is:

for/f "tokens=*"%F in (' dir%windir%\softwaredistribution\download\*3122947*/s/b ') do (Dism/online/add-package/pac Kagepath: "%F")

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.