Fixing Windows 10 update problem with WinRE partition

There are (as of May 2024) update issues on many Windows 10 systems due to a bug in Bit Locker. If you get error "0x80070643" and updates are not installed, you need to fix this manually.

If you are “lucky” like me, you have recently seen update failures on Windows 10 systems , showing the error 0x80070643 .

The underlying reason in my case (and probably for you as well) is a security issue with BitLocker and Microsoft has been working on a fix for a while. In some cases the chosen approach seems to conflict with the size of partition of the Windows Recovery Environment. Microsoft has now finally surrendered (Windows release health notes entry), in that you will need to adjust the partition size by yourself. At least they provide a PowerShell script, which you can find here.

This page will not be kept up-to-date, so please verify with Microsoft that this still applies. The steps below have worked on multiple machines as of May 3, 2024.

The following steps are a log of what I have done on several notebooks here. While everything has worked well for me, these actions can potentially destroy your Windows 10 installation. If this is not your personal machine, you should absolutely check with your administrator/helpdesk.

If you follow the instructions, you do this at your own risk !

Here is what I have done

  • Reboot machine to ensure that no update activites are still open
  • Create directory to store the script and a sub-directory for the backup of Windows RE:

        md c:\temp\winre_part\backup

  • Open your editor of choice and safe the PowerShell script (link here) into c:\temp\winre_part\enlarge.ps1
  • Open PowerShell as Administrator and change into c:\temp\winre_part
  • Check whether you are allowed to run the PowerShell script by running this command. Remember the response (you will likely get Restricted):

       Get-ExecutionPolicy

  • Allow execution of script by typing:

      Set-ExecutionPolicy bypass

  • Run the script by typing enlarge.ps1 and specify c:\temp\winre_part\backup as backup directory
  • Change execution policy back to its original setting:
  • Reboot your machine
  • Check for updates and install fixes

Update: You may have to re-enbale WinRE

On one machine (the only one with a German localization) the script failed to re-enable the Windows Recovery Environment (WinRE). In consequence the security update also failed. This was solved by manually re-enabling WinRE.

I used the Administrator-level PowerShell that was still open and ran “reagentc /enable“. After that the update was successful.

Share:

Facebook
Twitter
Pinterest
LinkedIn

Leave a Reply

Your email address will not be published. Required fields are marked *

On Key

Related Posts

How to give a presentation

Giving a presentation is vital not only in business but many situations in life. In essence it is about conveying some content in an effective way. Here are a few basic points that will help you.

Unique IDs in programming

A core aspect of almost all IT systems is the ability to identify a single transaction, customer, etc. So you need an ID that is guaranteed to only exist once. With distributed systems and large amounts of data, that is easier said than done.

Why switch to WxConfig NG

Configuration management is a critical part of any IT project and even more so in the context of integration. This article discusses a number of scenarios where it can make sense to switch to WxConfig NG.

WxConfig NG news

This is the first in a series of posts to inform people about what is happening with WxConfig NG.

Transforming the business with CI/CD

On the business level there are huge benefits to be gained from applying CI/CD. This article looks at a few of them and helps you to move your business to the next level, when it comes to software delivery. This is not limited to webMethods Integration Server, but of course it can make a huge positive impact especially on an integration platform. And it is a great vehicle to boost your career.