Our clue for initiating it yourself is buried in the iot-adk-addonkit (or bcdedit if you are really bored):
bcdedit /set {bootmgr} bootsequence {a5935ff2-32ba-4617-bf36-5ac314b3f9bf}
shutdown /r /t 0
You can initiate this by using the Windows.System.ProcessLauncher API.
I've also initiated the process by interrupting power to the device three times in a row during startup. In a perfect world, you would use a companion app or hardware button to initiate a restore as well.
No comments:
Post a Comment