Slimdown10_v2.0.2 (continued)

Discussion in 'Windows 10' started by SunLion, Sep 1, 2024.

  1. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    126
    340
    10
    You are right, editing the mum file only reduces the current system winsxs volume. The problem is that once the system is installed, subsequent updates will also increase the winsxs volume.
     
  2. siliconbeaver

    siliconbeaver MDL Member

    Apr 29, 2022
    230
    175
    10
    Tested.

    It's working fine on VM.


    the attached is my log file.

     

    Attached Files:

  3. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    136
    274
    10
    I tried the script several times.
    Each time the updates did not install.
    How did you manage it?
     

    Attached Files:

  4. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,164
    3,975
    60
    There seems to be some inconsistency with dism.

    You don't have ADK 22621.1 installed. W10UI is trying to install with system native dism 19041.3636.
    Try installing ADK and repeating the process. W10UI will detect if it's installed and use it automatically.
     
  5. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,164
    3,975
    60
    Or modify the W10UI.ini file to look like below:

    This is for x64 version
     
  6. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    136
    274
    10
    I modified ''W10UI.ini'' .
    The problem persists.
    I'll try again tomorrow.
     
  7. siliconbeaver

    siliconbeaver MDL Member

    Apr 29, 2022
    230
    175
    10
    my host computer is SD10.

    as mentioned early, if host on W7, it's NOT working well. If host on W11, it's difficult to remove/disable Windows defender.
     
  8. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,164
    3,975
    60
    That's true.

    It's worth noting.
     
  9. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,164
    3,975
    60
    Here, in the tests, no errors. Everything works perfectly.

    We need to find out what's going on with you.
     
  10. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    136
    274
    10
    In both scripts I used the same ''W10UI.cmd''.
    The problem is in one of the codes of ''SD10_Renewed_1.26.cmd''
     

    Attached Files:

  11. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,164
    3,975
    60
    Please test this corrected script and report back.

    Rename to .cmd
     

    Attached Files:

  12. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,164
    3,975
    60
    I just ran a test with script 1.27 and everything went smoothly, without any errors.

    The image has been edited:

    en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso

    Log file attached
     

    Attached Files:

  13. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    136
    274
    10
    Everything is exactly as it should be.
    The script ''SD10_Renewed_1.27'' installed the updates.
    :worthy::clap3:
     

    Attached Files:

    • 1.JPG
      1.JPG
      File size:
      76.4 KB
      Views:
      31
  14. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,164
    3,975
    60
    Great!

    The codes are the same. Only the execution order has changed.

    I'm glad everything is okay!

    Cheers
     
  15. siliconbeaver

    siliconbeaver MDL Member

    Apr 29, 2022
    230
    175
    10
    This has been testing on physics computer a week. so far so good.

    I have minor issues on Windows management.

    1. no "Task View" on taskbar. any way can I get it back?
    upload_2025-7-16_10-51-10.png

    2. still another issue on taskbar. in early release, each app (say excel) owns just one folder/icon on taskbar. if five excel files open, just one excel icon, like the bar below. when point mouse on the icon, it shows all five files.
    upload_2025-7-16_10-55-0.png

    well, SD10_Renewed_1.26 its taskbar shows all files any time. hence it looks very "crowded". (example, taskbar in #1, five excel icons, six FF icons, , ,) . how can I get back early method?


    Thanks,


    btw, this release is with small OS size, even though editing .mum files NOT applied.


     
  16. Shrinklier

    Shrinklier MDL Novice

    Jul 7, 2022
    6
    19
    0

    1. no "Task View" on taskbar. any way can I get it back?
    Right click on taskbar -> Show Task View button

    2. still another issue on taskbar. in early release, each app (say excel) owns just one folder/icon on taskbar. if five excel files open, just one excel icon, like the bar below. when point mouse on the icon, it shows all five files.
    Right click on taskbar -> Taskbar settings -> Combine taskbar buttons - Always, hide labels
     
  17. siliconbeaver

    siliconbeaver MDL Member

    Apr 29, 2022
    230
    175
    10
    Thanks a million. It's right fixed my problems.

     
  18. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,164
    3,975
    60
    I'll see if I can change this in the script for the next version.

    Thanks to @Shrinklier for the help.