Run the following command to get a list of disks on the system:
wmic diskdrive list brief'
To apply the image to the disk run:
DISM /Apply-Image /ImageFile:.\flash.ffu
/ApplyDrive:\\.\PhysicalDrive0 /SkipPlatformCheck
Where .\flash.ffu is the FFU in the current directory and PhysicalDrive0 is the drive you identified in via wmic. Be careful, you can reimage your USB boot media using this method without warning.
Subscribe to:
Post Comments (Atom)
-
At some point, running an IBackground Task based project just stopped working on my development machines. You can use these on an IoT Cor...
-
I have a lot of tiny Windows and Linux device spread about my lab/offices. I acknowledge my problem with buying a Raspberry Pi every time...
-
Windows 10 IoT Core images can be built to include a recovery partition . This can be useful for restoring the device to a working state w...
This comment has been removed by a blog administrator.
ReplyDelete