Fixing Windows Update errors. How to fix Windows Update errors Code 664 windows update error


When updating the Windows operating system, sometimes errors occur that lead to problems on users' computers. Problems installing Windows updates do not occur on all computers, but a significant number of users experience similar situations.

After the operating system update process is completed, the user receives a message stating that a Windows Update error has occurred. Some updates are not installed correctly in the operating system, causing crashes in Windows.

Problems installing Windows updates

Users who encounter this problem have to independently search for information on the Internet, on websites and specialized forums. Microsoft has launched a special service in Russian on its technical support website to solve problems with Windows updates.

If the following messages appear on the computer: Windows Update 7 error, Windows 10 Update error Windows 8.1 update error, then the user can use the Microsoft service. This may not solve the problems that have arisen, in any case, it is better to get first help from the manufacturer of the Windows operating system.

Windows Update: bug fixes

Follow this link: https://support.microsoft.com/en-us/help/10164/fix-windows-update-errors to the bug fixes page on Windows Update. The web page offers several sequential steps to resolve the issue.

Following these steps will solve common Windows update errors (0x80073712, 0x8024402F, 0x800705B4, 0x80004005, 0x80070003, 0x80070002, 0x80070643, 0x80070020, 0x8024200 B, 0x80070422) and with more rare operating system update errors.

Service operation algorithm: the user is prompted to perform some actions, and if the problem is not solved, the following actions will be offered, each time more and more complex.

First, select the operating system installed on the computer. Supported operating systems are Windows 10, Windows 8.1, Windows 7. Users of the Windows 8 operating system should upgrade to Windows 8.1 for free, as Microsoft has officially ended support for this operating system.

I'll show you how it works using Windows 10 as an example. In other versions of the Windows operating system, problems are solved in a similar way.

The next step prompts you to download and then run the Windows Update troubleshooter.

Run the latestwu utility on the computer as an administrator. In Windows Update, you will see the "Diagnose and prevent problems with your computer" window. Click on the "Next" button.

Problems are being detected on the computer related to updating the operating system. After completion, you will see the result of the system check.

In my case, there are no problems. In your case, the tool will prompt you to perform some actions, after which the update error will be resolved.

If the problem is not resolved, under the question "Is the problem fixed?", answer "No".

Further on the service page you will receive new instructions. For example, following the instructions, you need to go to the update history page, and then select the most recent article update for the version of Windows installed on your computer.

Go to the Microsoft Update site, enter the article number in the search box. Download the appropriate update from the Microsoft Update Catalog, and then install it on your computer.

In case the error persists again, you will need to perform more complex steps using the command line.

As a result, in case of unsuccessful resolution of the issue, the service will offer to reset or reinstall Windows. In most cases, these steps will not be necessary, as the solution to the problem of updating the operating system will complete successfully.

Article Conclusions

Using the Error Correction service in Windows Update, problems that arise after installing updates to the Windows 10, Windows 8.1, Windows 7 operating system are solved. The user will be prompted to take the necessary actions to resolve update errors.

Experienced PC and Internet user

As you know, starting with Windows XP, Microsoft has been constantly releasing so-called system updates and service packs. However, it is worth noting that in Windows 7, for some reason, the update error is much more common than in other operating systems. What to do with it, we will now figure it out.

Why does Windows 7 need an update?

If the error occurs again and again, the reason for its appearance may be that the file itself, which is responsible for starting the update process, is damaged. In this case, you need to perform a deep scan with any anti-virus software, but it is better to use utilities that have the general name Rescue Disc, which are launched even before the system starts from optical media.

Firewall and antivirus issues

An equally common situation, when in Windows 7 an update error appears even after all of the above actions, there is a process conflict hidden from the user's eyes with a regular antivirus or firewall.

It is clear, after all, that the update program refers to a reliable source (in this case, directly to Microsoft resources), so they can be temporarily disabled before starting the update process, but only on condition that the preliminary check showed the absence of viruses and threats.

Error after Windows 7 update

Now directly about the most common mistakes, apart from what was described above. Windows 7 update error codes is a fairly large database, let's look at the three most common ones.

Error 643 is related to the inability to update the Microsoft .NET Framework. Other components of the system can be updated, but it is her update that causes the error. It should simply be removed from the system and reinstalled, after downloading the latest version from the official Microsoft website. By the way, with regard to uninstallation, it is better not to use the standard tools from the Programs and Features menu. In this case, advanced uninstallers come in handy, removing absolutely all residual files and system registry key entries from the system.

One of the most powerful programs of this type is the iObit Uninstaller utility, which has a special Forced Uninstall mode.

No less common is the error with the code 800b0100. In this situation, the most acceptable solution is to use automatic problem fixers such as Fix It or the System Update Readiness Tool. In most cases, they are able to fix problems automatically, even without user intervention.

But the biggest headache for many users is the error code 0xc0000005. It appears after installing updates to the system. Typically, this type of error is caused by updates in the form of packages KB2859537 and KB2872339. Removing them also allows you to get rid of annoying errors.

The easiest way is to type in the command line wusa.exe /uninstall /kb:2859537 or the same, but only for the KB2872339 package (of course, you must be logged in as an administrator). If this does not help, you will have to use the update log, in which all packages should be sorted by date. Most likely, some latest update is causing the crashes. Now you need to remove the packages one by one, each time restarting the computer until the error disappears (you can use the same command line). When the problem is fixed, you can manually install the updates again, but exclude the problematic packages from the list.

If an unknown error appears when updating Windows 7 and even the new Windows 10 Code 800B0100, then usually after that the Update Center will no longer work until you fix it. At the same time, it was not possible to find any clear reasons for the appearance of the problem. The only likely reason why error 800b0100 appears when updating the OS is a corrupted file that was loaded by the Windows Update service and for some reason did not load or did not load completely. Restarting the computer usually doesn't work. What to do in this case?

Method 1

First, you can try to force Windows to download the update files again. To do this, launch a command prompt with Administrator rights and enter the following commands one by one:

Net stop wuauserv cd %systemroot% ren SoftwareDistribution SoftwareDistribution.old net start wuauserv

What have we done? Stopped the Windows Update service, went to the Windows folder and renamed the folder Software Distribution V SoftwareDistribution.old. After that, the update service was launched again.
Now you need to search and install system updates again.

Method 2

If the proposed solution did not help, then download a special diagnostic program from here and run it.

The utility should check the operation of the Update Center, find an error and fix it. As a rule, it helps in 75% of cases when error code 800b0100 appears when updating Windows.

Method 3

If none of the proposed solutions worked, then we launch the Windows command line again and execute the commands in turn:

DISM.exe /Online /Cleanup-image /Restorehealth sfc /scannow

It will look something like this:

Let me explain what we did. Deployment Image Servicing and Management System First DISM will check and fix the failure of the system using the Windows Update service. And then a full check and restore of system files will be carried out using the second command. As soon as it works, you need to start the Update Center again. Error 800b0100 should no longer appear.

Note:
If the DISM utility gives an error when executing the command, it means that it cannot fix the problem automatically. In this case, you will need to find and download the original Windows installation image, burn it to a disk or USB flash drive so that the operating system sees it. After that, in the command line with administrator rights, you need to run the command:

DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:E:\RepairSource\Windows /LimitAccess

Here is the key /Source specifies the path to the \RepairSource\Windows folder on the installation disk. I have this drive E: \, you may have a different letter - be sure to consider this point!

  • Video adapter: error code 43 - how to fix ...
  • Error. Please try again later. Identifier…

When you try to install updates in windows 7, you may receive error 643 (error 643 windows update) or "0x80070643", "0x643".

Error code 643 refers to the NET Framework Update, which is a common language environment that is suitable for different programming languages.

This may occur when registering the MSI "software" - the download may be corrupted. To resolve this error, try repairing the MSI update using .

Pay special attention to the Microsoft Fix It utility Microsoft Fix It 50123. If the advice on the link above did not solve the problem of error 643, try the following.

Fixing Error 643 with NET Framework Repair

To fix error 643 in Windows 7 by repairing the NET Framework, first close all applications.

Then find and click on the NETFramework installed on your computer (select it).

After that, at the top, click delete / change. Wait a few seconds and in the window that appears, check the box next to the line (if not) restore the original state - click below next and do what the wizard will tell you.

After the repair is completed, click "finished", restart the computer, enter the windows update center (update) and start searching for and installing the latest updates again.

Another way to fix error 643 windows update

As written above, error code 643 refers to NET Framework 1.1, 2.0, 3.0, 3.5, 4, 4.5 - therefore, one of the fixes is to remove this platform completely, I repeat it completely and install it again, only in manual mode.

You can remove it completely or use the free utility dotnetfx cleanup tool.

When the Framework is removed, restart the computer, download from the Microsoft website and install all the following components (1.1, 2.0, 3.0, 3.5, 4, 4.5) of the remote platform. After installing and restarting the computer.

That's all. You know what code 643 means, and I think you can fix this problem with the help of this material. Good luck.


Manually editing the Windows registry to remove invalid Error 643 keys is not recommended unless you are PC service professional. Mistakes made while editing the registry can render your PC unusable and cause irreparable damage to your operating system. In fact, even a single comma in the wrong place can prevent your computer from booting up!

Because of this risk, we highly recommend using a trusted registry cleaner such as WinThruster [Download] (Developed by Microsoft Gold Certified Partner) to scan and repair any Error 643 related issues. By using the [Download] Registry Cleaner, you can automate the process of looking for broken registry entries, missing file references (such as those causing the %%error_name%% error), and broken links within the registry. A backup copy is automatically created before each scan, allowing you to undo any changes with a single click and protecting you from possible damage to your computer. The best part is that fixing [Download] registry errors can drastically improve system speed and performance.


Warning: Unless you are an advanced PC user, we do NOT recommend editing the Windows Registry manually. Incorrect use of the Registry Editor can lead to serious problems and require you to reinstall Windows. We do not guarantee that problems resulting from misuse of Registry Editor can be resolved. You use the Registry Editor at your own risk.

Before manually repairing the Windows registry, you need to create a backup by exporting a portion of the registry related to Error 643 (eg. Windows Update):

  1. Click on the button Begin.
  2. Enter " command" V search bar... DO NOT PRESS YET ENTER!
  3. Holding keys CTRL-Shift on the keyboard, press ENTER.
  4. An access dialog will be displayed.
  5. Click Yes.
  6. The black box opens with a blinking cursor.
  7. Enter " regedit" and press ENTER.
  8. In the Registry Editor, select the Error 643-related key (eg. Windows Update) you want to back up.
  9. On the menu File select Export.
  10. Listed Save to select the folder where you want to save the Windows Update key backup.
  11. In field File name enter a name for the backup file, such as "Windows Update Backup".
  12. Make sure the field Export Range value selected Selected branch.
  13. Click Save.
  14. The file will be saved with .reg extension.
  15. You now have a backup of your Windows Update-related registry entry.

The next steps for manually editing the registry will not be covered in this article, as they are likely to damage your system. If you would like more information on editing the registry manually, please see the links below.







2023 maximum03.ru.