Windows 11 Imaging, Customization and Deployment

Discussion in 'Windows 11' started by Enthousiast, Jul 1, 2021.

  1. Shortyportuguese

    Shortyportuguese MDL Senior Member

    Apr 3, 2019
    497
    140
    10
  2. mtwei

    mtwei MDL Senior Member

    Nov 18, 2010
    317
    758
    10
    Does anyone have

    b3147602252e8eb131208fb7d89228811f08d85f388e1bdeca90de2187089a5c *en-us_windows_adk_10.1.26100_for_windows_11_version_24h2_released_dec_2024_x64_x86_arm64_dvd_d1c75f56.iso

    007aa501c00d8f6f718c254f6077d5b34f396c27849bcb3b26584542247ea5d3 *en-us_windows_adk_10.1.26100_pe_add-on_for_windows_11_version_24h2_released_dec_2024_x64_x86_arm64_dvd_cffaea40.iso


    Thanks in advanced.
     
  3. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,190
    21,338
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. diy371

    diy371 MDL Member

    Jan 28, 2013
    164
    277
    10
  5. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    896
    394
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,247
    90,980
    340
  7. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    896
    394
    30
    Thank you for the response and clarification, Mr @abbodi1406 Don't need PE Addon, just simple plain PE. Is the only way to get it through ADK? Or is there already published ISO image?

    And one question about the Inbox apps, do these apps in the Inbox ISO come as .apps/.msix packages or as .msi installers? If they are .appx/.msix can I just install them like regular Win32 apps without needing the store or Powershell?

    Thank you for all your help, your contribution is highly appreciated.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,397
    14,124
    120
    I posted this in the Slimdown thread.
    I always perform fresh installs that are fully unattended. I never do upgrades. Using win 10 I have a minimal amount of files in the Sources Dir that produce a working desktop.
    Can anyone please advise what is the minimal file list for a fresh install using Win 11?
    see my example using win 10 list below.

    Sources.jpg
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,804
    104,191
    450
    On <26100 the sources folder can be cleaned to the shown level, on 26100 you can't remove anything it seems.
     
  10. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,397
    14,124
    120
    Yes have noticed this! thank you for confirming.
     
  11. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,951
    614
    60
    If you use the old setup (22h2 / 23h2) it's good for cleaned the sources folder (like previous versions)
     
  12. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,397
    14,124
    120
    After further research it can be achieved by modding boot.wim index 2
    Code:
    DISM /Mount-Wim /wimfile:D:\sources\boot.wim /index:2 /mountdir:C:\Mount
    reg load HKLM\TEMP C:\Mount\Windows\System32\config\SYSTEM
    reg add HKLM\TEMP\Setup /v "CmdLine" /t REG_SZ /d "X:\\sources\\setup.exe" /f
    reg unload HKLM\TEMP
    DISM /Unmount-Wim /mountdir:C:\Mount /commit"