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)
-
I recently had a fun time diagnosing a weird deployment error in the following environment: ASP.NET Core 2.0 site hosted on AWS EBS VS 2...
-
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...
-
Recently, I needed a small web server for a project I was working on. I needed to run it in a UWP background task on Windows 10 IoT Core, s...
This comment has been removed by a blog administrator.
ReplyDelete