Windows Update error 0x80073712

Anonymous
2024-05-24T07:30:27+00:00

Anyone encounter this issue before? tried the DISM.exe /Online /Cleanup-image /Restorehealth command return error as below

Error: 0x800f081f The source files could not be found. Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.

Any suggestion how to solve this? should i mount an OS image and retry same command that point source from the image?

Windows for business | Windows Server | Devices and deployment | Install Windows updates, features, or roles

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2024-05-24T07:48:45+00:00

    Hello Alan Chen3,

    this error usually means that your system is missing some necessary files that prevent the update from being completed.

    You can try to resolve it by specifying the source location:

    1. Open the Command Prompt (administrator privileges).
    2. Enter the following command and press Enter: DISM.exe /Online /Cleanup-image /Restorehealth /Source:C:RepairSourceWindows /LimitAccess

    Note that replace "C:RepairSourceWindows" with the path of your Windows installation media. For more details, you can see Configure a Windows Repair Source | Microsoft Learn.

    1. Wait for the command to complete, which may take some time.

    Hope it helps.

    Kind regards,

    Lei

    0 comments No comments

0 additional answers

Sort by: Most helpful