Hey Guys,
When i use my WinPE to apply a wim file to a laptop i always receive the error:
Missing or corrupt winload.exe
I can then use the WinPE disk to run the following commands for fix the issue:
bcdedit /set {default} device partition=c:
bcdedit /set {default} osdevice partition=c:
bcdedit /set {bootmgr} device partition=c:
What i would like to know is if there’s any way to incorporate this command line into the image so i dont need to run these commands manually each time after a re-image.
Thanks