How to fix errors when installing Windows updates using built-in component repair. How to fix Windows Update errors Error 57 win 8 update

This article covers several ways you can fix Windows Update errors.

Sometimes, when installing Windows updates, various problems and errors can occur. The most common errors that the user encounters are too long to scan or download updates, as well as an error downloading or installing an update.

CONTENT:
 1

How to Fix Windows Update Errors Using the Troubleshooter

If you have problems installing updates, use the Windows Update troubleshooter built into your operating system.

Run the troubleshooter by opening:

Windows Settings ➯ Update & Security ➯ Troubleshoot

On the right side of the window, in the section Run and troubleshoot select Windows Update and press the button Run the troubleshooter

This will launch the troubleshooting tool.

When the scan is completed, some of the problems may be fixed automatically. For other problems, you can choose Apply fix or Skip fix for other troubleshooting or exit the wizard.

At the end of the utility, information about detected and fixed problems, as well as problems that could not be fixed in automatic mode, will appear. Click the Close button and restart your computer. After the reboot, try installing the updates again on Windows Update.

If the built-in troubleshooter failed to fix Windows Update errors, use the following method.

How to Fix Windows Update Errors by Restarting Services

If the update takes too long to download (hangs), then you should try stopping and starting (restarting) the services associated with Windows Update.

Stopping services:

Starting services:

How to Fix Windows Update Errors by Clearing the Update Cache

The operating system saves update files to the "SoftwareDistribution" folder in the Windows system directory

To clear the update cache, run the following commands as an administrator and sequentially:

attrib -r -s -h /s /d "%SYSTEMROOT%\SoftwareDistribution"
del "%SYSTEMROOT%\SoftwareDistribution" /q /s

How to Fix Windows Update Errors Using "Reset Windows Update Agent"

"Reset Windows Update Agent" is a tool that will help you fix errors and problems when updating Windows. This script will be useful when system updates are not detected, downloaded or installed.

"Reset Windows Update Agent" allows you to fix errors in related components, instead of using more drastic measures, such as before

Run the script as an administrator, after that the tool will offer the following options for fixing problems and errors updating the Windows operating system:
1. Open the "System Protection" settings.
2. Reset Windows Update Service Components.
3. Delete temporary files in Windows.
4. Open Internet Explorer web browser settings.
5. Run the disk checker.
6. Run the System File Checker.
7. Scan the image for damage.
8. Check for any damage found.
9. Perform automatic recovery operations.
10. Clean up obsolete components.
11. Remove incorrect registry keys.
12. Restore/Reset Winsock settings.
13. Search for updates.
14. View other local solutions.
15. View other online solutions.
16. Download diagnostic tools.
17. Reboot the computer.

The "Reset Windows Update Agent" can be especially useful in cases of data corruption, such as when a hard drive crashes or services and registry keys are modified by malware. This script is compatible with all Microsoft-supported Windows server and client operating systems.

The above methods should help you fix Windows Update installation errors.


At the next automatic update of the Windows 8/8.1 operating system, you may stumble upon error 80246013. Errors when updating the OS are already quite familiar, and when you install it, the thought always appears in your head that something will happen now .

So, for this error, there are a huge number of reasons why it can occur on your computer. However, most often it manifests itself due to corrupted files or problems with certain permissions.

One way or another, let's immediately move on to possible solutions to error 80246013. There will be two of them in this article: restarting the Windows Update Service and resetting the Windows Update components.

Ways to solve error 80246013

Method #1 Reset Windows Update components

  • Right-click on Start and select "Command Prompt (Admin)".
  • Next, you need to enter the following commands at the command prompt to stop the BITS and Windows Update services:
    • net stop bits
    • net stop wuauserver
    • net stop appidsvc
    • net stop cryptsvc
  • Now you need to delete the file qmgr*.dat. Enter the command on the command line Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat" and press Enter.
  • Next we need to rename the folders Software Distribution and catroot2. Just enter the following two commands on the command line: Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak and Ren %systemroot%\system32\catroot2 catroot2.bak.
  • The next step is to reset the BITS service and Windows Update. Enter the following commands on the command line:
    • exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
    • exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
  • Then enter on the command line cd /d %windir%\system32 and press Enter.
  • Now you need to re-register the BITS and Windows Update components. To do this, enter the commands:
    • regsvr32.exe atl.dll
    • regsvr32.exe urlmon.dll
    • regsvr32.exe mshtml.dll
    • regsvr32.exe shdocvw.dll
    • regsvr32.exe browseui.dll
    • regsvr32.exe jscript.dll
    • regsvr32.exe vbscript.dll
    • regsvr32.exe scrrun.dll
    • regsvr32.exe msxml.dll
    • regsvr32.exe msxml3.dll
    • regsvr32.exe msxml6.dll
    • regsvr32.exe actxprxy.dll
    • regsvr32.exe softpub.dll
    • regsvr32.exe wintrust.dll
    • regsvr32.exe dssenh.dll
    • regsvr32.exe rsaenh.dll
    • regsvr32.exe gpkcsp.dll
    • regsvr32.exe sccbase.dll
    • regsvr32.exe slbcsp.dll
    • regsvr32.exe cryptdlg.dll
    • regsvr32.exe oleaut32.dll
    • regsvr32.exe ole32.dll
    • regsvr32.exe shell32.dll
    • regsvr32.exe initpki.dll
    • regsvr32.exe wuapi.dll
    • regsvr32.exe wuaueng.dll
    • regsvr32.exe wuaueng1.dll
    • regsvr32.exe wucltui.dll
    • regsvr32.exe wups.dll
    • regsvr32.exe wups2.dll
    • regsvr32.exe wuweb.dll
    • regsvr32.exe qmgr.dll
    • regsvr32.exe qmgrprxy.dll
    • regsvr32.exe wucltux.dll
    • regsvr32.exe muweb.dll
    • regsvr32.exe wuwebv.dll
  • After the re-registration is completed, you need to delete the damaged entries from the Windows Registry. To do this, do the following:
    • Click Win+R and do regedit.
    • Go through the left panel to the section HKEY_LOCAL_MACHINE\COMPONENTS
    • Delete PendingXmlIdentifier, NextQueueEntryIndex and AdvancedInstallersNeedResolving and then restart your computer.
  • Let's move on to resetting Winsock. To do this, enter on the command line netsh winsock reset and press Enter.
  • Now you need to restart the previously stopped BITS and Windows AC services. Type in the command line:
    • net start bits
    • net start wuauserver
    • net start appidsvc
    • net start cryptsvc

Method #2 Restart Windows Update Services

  • Click Win+R and do services.msc
  • Locate the BIST and Windows Update services in the list, and double-click each of them.
  • Check if these services are running. If not, then click on the "Run" button, and also select the "Startup Type - Automatic" setting.

That's all. These methods are already widely known and can be found in a very large number of different articles that describe problems similar to error 80246013. Simply put, the error numbers may be different, but the solutions for them are almost the same.

When trying to update Windows 8.1 to Update 1, some users encountered annoying errors x800f081f and 0x80071a91. Typically, such errors occur when trying to install the largest update component. KB2919355. Microsoft developers reacted to the problem quickly enough and offered a simple and effective solution to fix it. So, the first thing to do is to remove the service pack that caused the error. To do this, run the command prompt as an administrator and run the following command.

For 64-bit systems:

dism /online /remove-package /packagename:Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14

If you are using a 32 bit operating system, then instead of amd64 we write x86, the rest of the command is left unchanged.

You may also need to get rid of other update components. To do this, run the following command:

dism /Online /Cleanup-Image /StartComponentCleanup

After the cleaning is completed, go to the standard Windows Update and install the update again. If the problem cannot be solved in this way, we download a special “patch” from the official Microsoft website KB2939087, using the method described above, remove all incorrectly installed components, after which we set KB2939087 restart the computer and install the package KB2919355 from Windows Update.

In anticipation of the release of Windows 8 on sale, Microsoft released a large cumulative update KB2756872, which has never been done before for client operating systems. However, when installing the update, an unpleasant surprise awaited me - an error 80073712 .

Today, I'm going to show you how to overcome this and a number of other errors when installing Windows 8 updates using the new servicing feature - in-box corruption repair.

This post opens a series of articles about what's new in Windows 8 servicing. And no, it has nothing to do with automatic scheduled maintenance. First, I will show how I solved the problem with installing the update, and then I will talk about the technology.

Troubleshooting Windows Update Errors Caused by Component Store Corruption

In the help of previous Microsoft OS for the error 80073712 there is a description that suggests that the cause is component store corruption. The System Update Readiness Tool (CheckSUR) has been released for Windows Vista and Windows 7 to fix a number of Windows Update errors.

List of errors

80070002 ERROR_FILE_NOT_FOUND
8007000D ERROR_INVALID_DATA
800F081F CBS_E_SOURCE_MISSING
80073712 ERROR_SXS_COMPONENT_STORE_CORRUPT
800736CC ERROR_SXS_FILE_HASH_MISMATCH
800705B9 ERROR_XML_PARSE_ERROR
80070246 ERROR_ILLEGAL_CHARACTER
8007370D ERROR_SXS_IDENTITY_PARSE_ERROR
8007370B ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME
8007370A ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE
80070057 ERROR_INVALID_PARAMETER
800B0100 TRUST_E_NOSIGNATURE
80092003 CRYPT_E_FILE_ERROR
800B0101 CERT_E_EXPIRED
8007371B ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE
80070490 ERROR_NOT_FOUND

To fix these errors in Windows 8, the CheckSUR utility is not needed, because everything you need is already built into the system! You can repair damaged components using the PowerShell cmdlet (recommended method) or the DISM.exe utility

Stage 1 - repairing a corrupted component store

Recovery can be performed without the Windows 8 installation disc, but in some cases you may need it.

Recovery without an installation disc

In this case, the storage files on the local drive and Windows Update are used.

Yesterday at work I installed a new computer and when I turned it off, the update started and I didn’t have time to wait until all 73 packages were installed and I stupidly turned it off (I know that you can’t do this, but circumstances and time limits dictated other conditions and squeezing your fingers with a cross and but hoping for the Russian "AVOS" took this risky step).

When I turned on the computer, it started up without problems, some updates were delivered, then there were a couple of reboots, and during the next search for updates and installation, this window with an error popped up:

Code 80073712 An unknown Windows Update error occurred

Cause of error 80073712

When I forcibly shut down the computer during the installation of the update, I damaged the component store windows update and therefore now no updates will be installed on the computer.

PS (in no case do not rely on AVO and do not turn off the computer when updates are installed, because I still got off lightly, but I could completely ruin the system and I had to restore or reinstall all this)

Ways to solve and eliminate 80073712

Ways to solve this error with code 80073712 There are quite a lot and I will try to describe them all. But I will describe the easiest and 100% that will cure this error at the very end of the article.

Options for fixing error 80073712:

  1. Variant from Microsoft ( I described it, but it's better not to use it)
  2. DISM
  3. Software Distribution
  4. File Integrity Check
  5. Microsoft System Update Readiness Tool KB947821

Option from Microsoft (1 option)

I will say right away that I do not recommend using this method, right away, but only if nothing has already helped!

    Close all programs and restart your computer.

    Insert the Windows DVD into the appropriate drive on your computer. Wait for the installer to launch. If the installation does not start automatically, follow the steps below.

    1. Click the Start button and type Drive:\setup.exe in the search box, where Drive is the letter of the DVD drive on your computer (for example, D:\setup.exe).

      In the Programs list, select Setup.exe .

    Click the Install button.

    Choose an option Connect to the Internet for the latest installer updates (recommended).

    When prompted, provide your Windows product key.

    In the window Select installation type click Update.

    After installation is complete, restart your computer, and then open Windows Update.

Option from Microsoft using the utility DISM (Option 2)

This method is very good, but I have only used it a couple of times!

  1. administrator
  2. At the command prompt, enter the following commands. Press Enter after each command:

    DISM.exe /Online /Cleanup-image /Scanhealth

    DISM.exe /Online /Cleanup-image /Restorehealth

    Restart your computer

    Run Windows Update again.

Removing the update store SoftwareDistribution (Option 3)

I would single out this method as radical, but in reality it almost always works.


Checking the integrity of files (4 option)

This command is like an aspirin tablet for a person if your head hurts, first drink it

  1. Open a command line under administrator
  2. cmd >sfc /SCANNOW
  3. Run Windows update
  4. Maybe this one will help you too!

Microsoft System Update Readiness Tool KB947821 (Option 5)

This method is the most reliable and 100% it will solve your problem, but if it did not help, then try the points from the second option and you will succeed, and if not, then write to me and we will deal with this problem together

  1. go to the Microsoft website and download the package for your system
  2. Install and restart the computer
  3. We rejoice in life

PS if the joy did not work out, then blow from the second option and down!

80073712, 80073712 windows 7, 80073712 windows 7 ошибка обновления, windowsupdate 80073712, windowsupdate 80073712 windowsupdate dt000, исправить 80073712, исправить ошибку 80073712, код 80073712, код 80073712 windows 7, код ошибки 80073712, код ошибки 80073712 windows 7, код ошибки обновления 80073712, error 80073712, error 80073712 windows 7, windows error code 80073712, updates error 80073712, windows 7 update error code 80073712, causes of error 80073712, windows update 80073712

CATEGORIES

POPULAR ARTICLES

2022 "minomin.ru" - A site about computers and working on the Internet