Reference to MSDN: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-image-management-command-line-options-s14?view=windows-11
I can capture my windows volume to a wim file image, eg:
Dism /Capture-Image /ImageFile:Drive-C.wim /CaptureDir:C:\ /Name:Drive-C
But the Drive-C.wim
is too big to store in my FAT32 USB storage(over 4GB).
Is there a solution to capture my windows volume to a set of split Windows image (.swm) files by using DISM command?