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)
-
Recently, I wrote an short post on using Windows 10 IoT Core on Raspberry Pi devices for Digital signage. I wanted to detail a little bit ...
-
Storage Spaces is a great improvement over the baseline software RAID functionality built into Windows. The ability to have a SSD cache ti...
-
While I was compiling some Windows 10 IoT Core 1709 images, I made a small typo in an input file that resulted in one of the BSP driver...
This comment has been removed by a blog administrator.
ReplyDelete