Monday, April 29, 2024

There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80070643)

 Microsoft has provided a script fix mentioned here in detail on how to run a script that increases the size of the WinRE partition.

#1

In the Windows search,

Search for Windows Powershell, right-click it and choose run as administrator.

Next, execute this command:

set-executionpolicy remotesigned

Afterwards, select Yes to All when prompted. Keep the Window open.

#2

Download this script.

https://ywg2216-my.sharepoint.com/:u:/g/personal/sumit_sumitdh_com/EZl7EZYIO7ZIh3sekEg3b7gBpng2Rorpmgh8B7EtlV-PZg?e=CU642G

Make two folders on your C drive root, with names 1 and 2, so their paths are as follows:

C:\1

C:\2

Paste the script file you downloaded into folder 1.

In the Powershell window, navigate to the C drive folder and enter this command:

cd C:\1

This will ensure the folder which contains the script is selected. Now, we need to run the script, which increases the size of WinRE. For that, run the following command:

.\1.ps1

After that, press Y to confirm running the script.


If the system does not allow to run the script please follow this.