R
rocketjetz
Guest
Whats the difference between doing this:
bcdedit /export C:\BCDbackup
attrib bcd -s -h -r
ren c:\boot\bcd bcd.old
bootrec /RebuildBcd
and this:
Bcdboot C:\windows /s c: /f SYS
Don't both of these essentially do the same thing? i.e., repair/create/write a new system store BCDstore?
Bcdboot can repair the system partition. If the system partition has been corrupted, you can use BCDBoot to recreate the system partition files by using new copies of these files from the Windows partition. I assume this actually means create a new system store BCDstore?
TIA
More...
bcdedit /export C:\BCDbackup
attrib bcd -s -h -r
ren c:\boot\bcd bcd.old
bootrec /RebuildBcd
and this:
Bcdboot C:\windows /s c: /f SYS
Don't both of these essentially do the same thing? i.e., repair/create/write a new system store BCDstore?
Bcdboot can repair the system partition. If the system partition has been corrupted, you can use BCDBoot to recreate the system partition files by using new copies of these files from the Windows partition. I assume this actually means create a new system store BCDstore?
TIA
More...