How to split & merge swm file?
1. Split wim to swm command,
imagex /split test.wim data.swm 500 (each file is 500 mb, small file will be easy to download)
2. Merge swm to wim command,
imagex /ref data*.swm /check /export data.swm 1 target.wim
**file name and path need to be care, otherwise, the file couldn't be recognized.
Gimagex tool

留言