Looking for w11 iso under 7.5gb

Discussion in 'Windows 11' started by Born2BW, Aug 29, 2026.

  1. Born2BW

    Born2BW MDL Novice

    May 26, 2017
    1
    0
    0
    got myself in a pickle, digging around for a iso that under 7.5 if anyone has any available or know a active post that still has DL links available
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,554
    128,680
    450
    #2 Enthousiast, Aug 29, 2026
    Last edited: Aug 29, 2026
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,554
    128,680
    450
    It removes the superseeded components after integrating each LCU.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,921
    3,188
    120
    Where setting like this are avaible in readme ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,554
    128,680
    450
    It is not mentioned in the readme yet, i told what to set and what it does and not for the first time;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. fengqihuanghun

    fengqihuanghun MDL Novice

    Sep 26, 2021
    32
    14
    0
    #7 fengqihuanghun, Aug 30, 2026
    Last edited by a moderator: Aug 30, 2026
    ** homebrew link removed **
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,554
    128,680
    450
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,554
    128,680
    450
    The info actually is inside the script:

    Code:
    :: ### Auto processing option ###
    :: 1 - create ISO with install.wim
    :: 2 - create ISO with install.esd
    :: 3 - create install.wim only
    :: 4 - create install.esd only
    set AutoStart=0
    
    :: Change to 1 to integrate updates (if detected) into install.wim/winre.wim
    :: Change to 2 to add updates externally to iso distribution
    set AddUpdates=0
    
    :: Change to 1 to cleanup images to delta-compress superseded components (Warning: on 18362 and later, this removes the base RTM Edition packages)
    set Cleanup=0
    
    :: Change to 1 to rebase image and remove superseded components (faster than default delta-compress)
    :: require first to set Cleanup=1
    :: change to 2 to run rebase after each LCU for builds 26052 and later
    set ResetBase=0
    
    :: Change to 1 to enable .NET 3.5 feature with updates
    set NetFx3=0
    
    :: Change to 1 to start create_virtual_editions.cmd directly after conversion
    set StartVirtual=0
    
    :: Change to 1 to convert install.wim to install.esd
    set wim2esd=0
    
    :: Change to 1 to split install.wim into multiple install.swm
    :: note: if both options are 1, install.esd takes precedence
    set wim2swm=0
    
    :: Change to 1 for not creating ISO file, result distribution folder will be kept
    set SkipISO=0
    
    :: Change to 1 for not adding winre.wim into install.wim/install.esd
    set SkipWinRE=0
    
    :: Change to 1 to force updating winre.wim with Cumulative Update regardless if SafeOS update detected
    :: ignored and auto disabled for builds 26052 and later
    set LCUwinre=0
    
    :: Change to 1 to expand Cumulative Update and install from loose files via update.mum
    :: applicable only for builds 22621 and later
    :: auto enabled for builds 26052 and later, change to 2 to disable
    set LCUmsuExpand=0
    
    :: Change to 1 to disable updating process optimization by using editions upgrade (Home>Pro / ServerStandard>ServerDatacenter)
    :: auto enabled for builds 26000 and later, change to 2 to disable
    set DisableUpdatingUpgrade=0
    
    :: Change to 1 to update ISO boot files bootmgr/memtest/efisys.bin from Cumulative Update
    :: this also update new UEFI CA 2023 boot files if detected
    set UpdtBootFiles=0
    
    :: Change to 1 to use dism.exe for creating boot.wim
    set ForceDism=0
    
    :: Change to 1 to keep converted Reference ESDs
    set RefESD=0
    
    :: Change to 1 to skip creating Cumulative Update MSU for builds 21382 - 25330
    set SkipLCUmsu=0
    
    :: Change to 1 for not integrating EdgeChromium with Enablement Package or Cumulative Update
    :: Change to 2 for alternative workaround to avoid EdgeChromium with Cumulative Update only
    set SkipEdge=0
    
    :: Change to 1 to exit the process on completion without prompt
    set AutoExit=0
    
    :: ### Drivers Options ###
    
    :: Change to 1 to add drivers to install.wim and boot.wim / winre.wim
    set AddDrivers=0
    
    :: custom folder path for drivers - default is "Drivers" folder next to the script
    :: the folder must contain subfolder for each drivers target:
    :: ALL   / drivers will be added to all wim files
    :: OS    / drivers will be added to install.wim only
    :: WinPE / drivers will be added to boot.wim / winre.wim only
    set "Drv_Source=\Drivers"
    
    :: ### Store Apps for builds 22563 and later ###
    
    :: Change to 1 for not integrating store apps into install.wim
    set SkipApps=0
    
    :: # Control added Apps for Client editions (except Team)
    :: 0 / all referenced Apps
    :: 1 / only Store, Security Health, App Installer, StartExperiencesApp
    :: 2 / level 1 + Photos, Camera, Notepad, Paint
    :: 3 / level 2 + Terminal, Widgets, Mail / Outlook, Clipchamp
    :: 4 / level 3 + Media apps (Music, Video, Codecs, Phone Link) / not for N editions
    set AppsLevel=0
    
    :: # Control preference for Apps which are available as stubs
    :: 0 / install as stub app
    :: 1 / install as full app
    set StubAppsFull=1
    
    :: Enable using CustomAppsList.txt or CustomAppsList2.txt to pick and choose added Apps (takes precedence over AppsLevel)
    :: CustomAppsList2.txt will be used if detected
    set CustomList=0
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Spooks in Space

    Spooks in Space MDL Novice

    Jan 5, 2026
    11
    23
    0
    All right, all right. So I didn’t overlook or miss anything after all. Thanks for your efforts. :)
     
  10. sonic9

    sonic9 MDL Member

    Aug 4, 2009
    225
    87
    10
    Win11 24H2 General Availability (26100.1742) iso is about 5.5 GB
    25H2/26H2 is just next month Windows Update.
     
  11. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,130
    2,930
    90
    26100.1 base
    one language pack
    checkpoint cu + ssu
    repacked lcu + ssu
    .net 4.8.1
    safeos du
    sources du
    defender update
    ================
    after W10UI is finished I end up with 6.2GB iso (Home + Pro in install.esd file)
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,554
    128,680
    450
    No lp, base build 26100.1742 :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...