diff --git a/INSTALL/Ventoy2Disk.exe b/INSTALL/Ventoy2Disk.exe index a50ab469..29154563 100644 Binary files a/INSTALL/Ventoy2Disk.exe and b/INSTALL/Ventoy2Disk.exe differ diff --git a/INSTALL/Ventoy2Disk_ARM.exe b/INSTALL/Ventoy2Disk_ARM.exe index 0a062955..f027ec99 100644 Binary files a/INSTALL/Ventoy2Disk_ARM.exe and b/INSTALL/Ventoy2Disk_ARM.exe differ diff --git a/INSTALL/Ventoy2Disk_ARM64.exe b/INSTALL/Ventoy2Disk_ARM64.exe index bd2c1466..47d324ba 100644 Binary files a/INSTALL/Ventoy2Disk_ARM64.exe and b/INSTALL/Ventoy2Disk_ARM64.exe differ diff --git a/INSTALL/Ventoy2Disk_X64.exe b/INSTALL/Ventoy2Disk_X64.exe index abeeea6a..f4f1c176 100644 Binary files a/INSTALL/Ventoy2Disk_X64.exe and b/INSTALL/Ventoy2Disk_X64.exe differ diff --git a/Ventoy2Disk/Ventoy2Disk/PhyDrive.c b/Ventoy2Disk/Ventoy2Disk/PhyDrive.c index 42d74d06..c0cc8063 100644 --- a/Ventoy2Disk/Ventoy2Disk/PhyDrive.c +++ b/Ventoy2Disk/Ventoy2Disk/PhyDrive.c @@ -2150,7 +2150,6 @@ int PartitionResizeForVentoy(PHY_DRIVE_INFO *pPhyDrive) int rc = 1; int PhyDrive; int PartStyle; - INT64 ReservedValue; UINT64 RecudeBytes; GUID Guid; MBR_HEAD MBR; @@ -2186,13 +2185,6 @@ int PartitionResizeForVentoy(PHY_DRIVE_INFO *pPhyDrive) PROGRESS_BAR_SET_POS(PT_LOCK_FOR_CLEAN); RecudeBytes = VENTOY_EFI_PART_SIZE; - ReservedValue = GetReservedSpaceInMB(); - if (ReservedValue > 0) - { - Log("Reduce add reserved space %lldMB", (LONGLONG)ReservedValue); - RecudeBytes += (UINT64)(ReservedValue * SIZE_1MB); - } - if (pPhyDrive->ResizeNoShrink == FALSE) {