How to Resize the Recovery Partition in Windows

resize recovery partition using aomei

The Recovery partition stores Winre.wim, an image needed to boot into the Windows Recovery Environment (WinRE). If the recovery partition is small, the system might fail when servicing the Winre.wim image. For instance, you may encounter error 0x80070643 when installing WinRE security updates if the recovery partition is not big enough. The official documentation mentions … Read more

Fix: Cannot Delete the Cygwin64 folder

cygwin cannot delete folder

If you installed “cygwin64” earlier and want to delete the folder after uninstalling the tool, you may be unable to do so.

It may say, “Folder Access Denied.” This can happen if the NTFS permissions for the folder are tight or the profile that owned the folder no longer exists on the computer.Read more

REAGENTC.EXE: Operation failed: 3

reagent error 3 - list disk - diskpart

When you attempt to enable Windows RE by running the reagentc /enable command, the following error may be shown: REAGENTC.EXE: Operation failed: 3 REAGENTC.EXE: An error has occurred. When you attempt to create a USB recovery drive, the following error occurs: We can’t create a recovery drive on this PC Some required files are missing. … Read more

How to Extend the Windows RE Partition Using PowerShell

create folder - powershell

KB5034441 is a WinRE security update that patches the Winre.wim image. The Recovery partition needs 250 MB of free space for the KB5034441 update to install correctly.

Almost every Windows 10 user has been affected by the KB5034441 error 0x80070643. You can extend the Recovery partition using the diskpart command-line. However, end-users might find that command-line procedure complicated.

So, here’s a PowerShell script from Microsoft that automatically extends the Recovery partition by 250 MB.Read more

How to Reset Windows 10 or 11 via Windows RE

startup repair - diagnosing your pc

There are situations where Windows doesn’t boot or the “Reset this PC” option in Update & Security (Settings) does not work. In such cases, you can reset Windows 10 or 11 via the Windows Recovery Environment (“Windows RE” or “WinRE”). This article tells you how to reset the PC via WinRE. Resetting through the Windows … Read more

Error “Access is Denied” when running “Bootrec /Fixboot”

bootrec /fixboot access denied

When you run the “bootrec /fixboot” command from Windows RE, the error “Access is denied” occurs: Bootrec /FixMbr — writes the master boot record of the system partition using the master boot record compatible with Windows. This operation does not overwrite the existing partition table. Bootrec /FixBoot — write a new boot sector onto the … Read more