Windows Imaging (install.wim)

R. J 220 Reputation points
2023-03-13T09:46:12.17+00:00

Hello! I am coming with Windows Installation Files related question. I have created custom install.wim file which has at least 2 custom windows editions(with apps installed) and My Question is: is there a way to compress install.wim with all editions in it to 4-5 Gigabytes(GB) instead of having 10-20 GB, just like in Original install.wim which comes from microsoft?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,701 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,281 questions
{count} votes

Accepted answer
  1. Hania Lian 8,146 Reputation points Microsoft Vendor
    2023-03-14T02:53:55.54+00:00

    Hi.

    You can try splitting the install.wim file into two small files. The specific steps are as follows:

    Open Windows Powershell as an administrator and enter:

    Dism /Split-Image /ImageFile:D:\install.wim /SWMFile:D:\install.swm /FileSize:4096

    Note:

    D:\install.wim: the source file path in the windows image file

    D:\install.swm: file path after division

    /FileSize:4096: the size of each divided file is 4096MB (4GB), which you can customize.

    Hope the information is helpful.

    ============================================
    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

0 additional answers

Sort by: Most helpful