Bcdboot win 8.1
Hi,
I would like some help on how to create a post-installation script to run bcdboot windows 8.1?
tanks
0 Comments
[ - ] Hide Comments
Answer this question
or Comment on this question for clarity
Answers
Here is the bcdedit script we use for UEFI (if that's what you mean):
bcdedit /set {bootmgr} device partition=s:
bcdedit /set {memdiag} device partition=s:
bcdedit /set {default} device partition=c:
bcdedit /set {default} osdevice partition=c:
bcdedit /set {FWbootmgr} displayorder {Bootmgr} /addfirst
Please log in to comment
Comments