Stripping out unwanted editions on ISOs

Discussion in 'Windows 11' started by RobertX, Mar 27, 2023.

  1. RobertX

    RobertX MDL Senior Member

    Dec 6, 2014
    279
    35
    10
    #1 RobertX, Mar 27, 2023
    Last edited: Mar 27, 2023
    On ISOs, how do I strip out unwanted editions, options I don't want?

    For example, I want to just have the Professional option ready and not everything else, like Home, Education, or anything like those.

    How do I do it?
     
  2. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30
    Export the SKU into the new image that you want to keep

    Code:
    Dism /Export-Image /SourceImageFile:install.wim /SourceIndex:<index number you require> /DestinationImageFile:<name of new image>.wim
    This will create a new wim file that only contains the one index, and is also slightly smaller than the original. Make sure you select the correct index for SourceIndex
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    732
    281
    30
    you could also use msmg tool kit here. can debloat as well.
    MSMG ToolKit | My Digital Life Forums