HaroldMitts / wininstall

Command Script for installing Windows 10 from a single USB device
MIT License
6 stars 3 forks source link

error when running script #6

Closed chisan0501 closed 4 years ago

chisan0501 commented 4 years ago

https://github.com/HaroldMitts/wininstall/blob/8f6ccc91a9c6eb51d790808731a405ba54a33136/wininstall.cmd#L35

seems like you will need to add wpeutil UpdateBootInfo below line 35 else the script will throw an error

HaroldMitts commented 4 years ago

Thanks Chisan, it does not return the error for me, but I saw the error Charles sent me, so I don't see any harm to add the command, especially if it resolves your error.

Can you please confirm if adding the command resolves the error?

chisan0501 commented 4 years ago

Harold, I can confirm adding wpeutil UpdateBootInfo below line 35 would resolve the error.

HaroldMitts commented 4 years ago

Great, I am glad it worked out. Thank you for letting me know. I have added the command to line 36.