Slimdown10 – turn Windows 10 22H2 or LTSC 2021 into classic/legacy Windows

Discussion in 'Windows 10' started by Deleted member 190847, Feb 15, 2023.

  1. SunLion

    SunLion MDL Addicted

    May 11, 2011
    835
    2,356
    30
    Thanks for the help.

    I'll try that.
     
  2. sainfo

    sainfo MDL Member

    Dec 6, 2021
    231
    408
    10
    #2143 sainfo, Feb 1, 2025
    Last edited: Feb 1, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. SunLion

    SunLion MDL Addicted

    May 11, 2011
    835
    2,356
    30
  4. sainfo

    sainfo MDL Member

    Dec 6, 2021
    231
    408
    10
    #2145 sainfo, Feb 2, 2025
    Last edited: Feb 2, 2025
    I tried both options Slim and Normal, in both options the updates were not applied to the image.
    The reason is that you need to put “0” in the set debug=1 parameter (line 19), and everything will be OK!
    Code:
    :: =======================================
    :: debug=1  => does not integrate updates
    :: debug=0  => integrates the updates
    set debug=1  => here you need to set "0" instead of "1"
    :: =======================================
    
    SunLion, please note that starting from the section - Copy $OEM$ to Sources folder, the code array is inserted into the script twice.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. SunLion

    SunLion MDL Addicted

    May 11, 2011
    835
    2,356
    30
    Sorry, I don't understand. What do you call code array is inserted into the script twice?
     
  6. DrakeBond

    DrakeBond MDL Novice

    Oct 28, 2020
    19
    21
    0
    #2147 DrakeBond, Feb 2, 2025
    Last edited: Feb 2, 2025
    del
     
  7. DrakeBond

    DrakeBond MDL Novice

    Oct 28, 2020
    19
    21
    0
    #2148 DrakeBond, Feb 2, 2025
    Last edited: Feb 2, 2025
    del
     
  8. sainfo

    sainfo MDL Member

    Dec 6, 2021
    231
    408
    10
    #2150 sainfo, Feb 2, 2025
    Last edited: Feb 2, 2025
    SunLion, take a close look at lines starting at 2192 and compare them with lines starting at 3658 ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. SunLion

    SunLion MDL Addicted

    May 11, 2011
    835
    2,356
    30
    OK
    Now I get it.

    That's because I created two separate blocks for "Create Default Image" and "Create Slim Image".

    And I didn't go into much detail about that part. I had to separate them because there were too many conflicting variables...

    It sounds repetitive, but these codes are only executed inside the "Slim" or "Default" image section.

    I'll refine this later.

    Thanks for your help!
     
  10. bendeyar

    bendeyar MDL Novice

    Mar 14, 2019
    49
    53
    0
    I'm sorry, but I deleted it immediately.
    did not recognize drivers
     
  11. Low Level Perform

    Low Level Perform MDL Junior Member

    Jul 21, 2024
    72
    66
    0
    Code:
    ============================================================
    
    Do you want Create a SLIM image?
    
    ============================================================
    Choice Your Option [y/n]: No
    
    
    ============================================================
    
    Do you want DISABLE Windows Store?
    
    ============================================================
    Choice Your Option [y/n]: No
    
    
    ============================================================
    
    Do you want DISABLE Windows Search?
    
    ============================================================
    Choice Your Option [y/n]: No
    
    
    ============================================================
    
    Do you want DISABLE Windows Defender?
    
    ============================================================
    Choice Your Option [y/n]: No
    
    
    ============================================================
    
    Do you want to REMOVE Edge completely?
    
    ============================================================
    Choice Your Option [y/n]: Yes
    
    
    ============================================================
    
    Do you want Enable NetFX3?
    
    ============================================================
    Choice Your Option [y/n]: Yes
    
    
    ============================================================
    everything is fine, only the store is not installed
    source iso:en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso

    in version 24H2_Integrator_7.8. it worked without error
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. SunLion

    SunLion MDL Addicted

    May 11, 2011
    835
    2,356
    30
    Please add the lines below after line 3486 (see attached image)

     

    Attached Files:

  13. SunLion

    SunLion MDL Addicted

    May 11, 2011
    835
    2,356
    30
    Good morning everyone!

    I made some minor adjustments to the script.

    Please test it out...

    Here are just the scripts, which can be used in the same folder as 7.8.3.

    psw: mdl2025
     

    Attached Files:

  14. Low Level Perform

    Low Level Perform MDL Junior Member

    Jul 21, 2024
    72
    66
    0
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. SunLion

    SunLion MDL Addicted

    May 11, 2011
    835
    2,356
    30
  16. bendeyar

    bendeyar MDL Novice

    Mar 14, 2019
    49
    53
    0
    I have the same situation, install.wim is bloated and boot.wim is not working either.