New
#11
No. EasyBCD is to create/move Boot File. You are talking about merging 500MB to C. You'd need partition manager to do it.Can I use EasyBCD 2.2 - Neowin?
Please see the information in the two URL's I posted in #2.Is it possible that system reserved partition is somehow merged with c drive?
Post number #8 contained the basic instructions. If you want to use Command Prompt (Admin) commands, it would be:
diskpart
select disk 0
create part pri
active
format fs=NTFS label="System Reserved" quick
assign letter=z
exit
bcdboot C:\Windows /s Z: /f BIOS
mountvol Z: /D
exit
Open administrative command prompt and copy and paste: (all at one time)
Code:bcdedit /enum all reagentc /info diskpart lis dis lis vol sel dis 0 det dis lis par sel par 1 det par sel par 2 det par sel par 3 det par sel par 4 det par sel par 5 det par sel par 6 det par sel par 7 det par