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
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
nheyne
10 years ago
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