Monday, February 6, 2017

Deploy a FFU Image using DISM

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.

1 comment: