Windows 11 Imaging, Customization and Deployment

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

  1. Shortyportuguese

    Shortyportuguese MDL Addicted

    Apr 3, 2019
    508
    147
    30
  2. mtwei

    mtwei MDL Senior Member

    Nov 18, 2010
    319
    798
    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,205
    21,428
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. diy371

    diy371 MDL Member

    Jan 28, 2013
    165
    282
    10
  5. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    906
    400
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,393
    92,042
    340
  7. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    906
    400
    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,525
    14,528
    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
    50,320
    106,579
    450
    On <26100 the sources folder can be cleaned to the shown level, on 26100 you can't remove anything it seems.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Mavericks Choice

    Mavericks Choice MDL Guru

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

    tistou77 MDL Expert

    Mar 22, 2008
    1,971
    621
    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,525
    14,528
    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"
     
  13. corsair0987

    corsair0987 MDL Novice

    May 21, 2015
    15
    6
    0
    What solutions are there nowadays to debloat the latest Windows 11 images? For Windows 10 I used to try gdeliana's Optimize-Offline and MSMG Toolkit. It seems both of these haven't been updated in a while.