I'm using Microsoft Imagex.exe to save and recovery Windows images(.wim files). However, I'm using it only to save my C:\ partition, using the following command:
imagex /capture image_path image_file "name" {"description"} {/boot | /check | /compress [type] | /config | /flags "EditionID" | /norpfix | /scroll | /verify}
I need to save a image from my entire hard disk, such as Clonezilla usually does. Is there a way to do the same with imagex that does not save each partition to different wim files?