08-30-2021, 10:04 PM
Here you go. You need to specify {boomgr} and {default} in the bcdedit commands when specifying the store:
Afterwards, I was able to to use PowerISO to replace the BCD files.
If PowerISO won't recognize the file, download it again as it may have become corrupt.
Code:
bcdedit /store BCD /set {default} testsigning on
bcdedit /store BCD /set {bootmgr} testsigning on
bcdedit /store BCD
Afterwards, I was able to to use PowerISO to replace the BCD files.
If PowerISO won't recognize the file, download it again as it may have become corrupt.