Hi,
Split the Windows image:
Dism /Split-Image /ImageFile:C:\sources\install.wim /SWMFile:C:\sources\install.swm /FileSize:3000
If you're deploying your image from WinPE, you can copy the .swm files into any folder and use DISM with the comnand:
Dism /apply-image /imagefile:install.swm /swmfile:install.swm