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 Fix the EFI Boot Partition’s ID Using DiskPart

fix EFI partition id using diskpart's set id command.

Each partition type is strictly identified by a GUID number. For example, the data partitions (“Basic data partition”) are identified by the GUID ebd0a0a2-b9e5-4433-87c0-68b6b72699c7. The EFI partition has the GUID c12a7328-f81f-11d2-ba4b-00a0c93ec93b.

However, on some systems, the EFI partition may have an incorrect ID assigned for unknown reasons. As a result, the EFI partition may appear as a “basic data partition” when you open Disk Management.Read more

How to Rebuild the EFI Boot Partition, BCD and Boot Files

bcdedit - find windows drive letter osdevice

The EFI boot partition is a FAT32 partition that stores the boot files and the boot configuration data (BCD) to load Windows. Sometimes, the boot partition or the BCD may get corrupted, and the boot files remain unserviceable by the Windows Setup process. In that case, rebuilding the EFI partition and recreating the BCD & boot files should resolve the issue.Read more

“Delete Volume” Grayed Out for USB Drives in Disk Management

delete volume grayed out for usb drives

In the Disk Management console, the “Delete Volume” option may be dimmed out in the right-click menu for USB flash drives. So, users may be wondering how to remove one or more partitions in the external USB drives.

Cause

The “Delete Volume” option may be missing if the page file (pagefile.sys) exists in the partition, or the disk contains an Operating System.

delete volume grayed out for usb drives

If you look at the image above, you can see that a Page File exists in the D: drive — denoted by the line Healthy (Page File). Hence the Delete Volume option is grayed out.

This article explains how to delete the volume on a USB drive if the option is missing in Disk Management.Read more