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. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    402
    875
    10
    #2761 sainfo, May 16, 2025
    Last edited: May 16, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    402
    875
    10
    It may be necessary to update the wofadk.sys file to version 26100, but I use Dism++ on the install.wim image obtained in Integrator for the final, fine-tuning of the image (after NTLite). Everything seems to be fine, I have not had any problems.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,032
    3,347
    60
    The %OEM% folder is needed to fix this. There are codes that help do the magic.
     
  4. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,032
    3,347
    60
    Yes, it is possible. What you ask is that even in the Slim option, there is the option to remove WMP or not, correct?
     
  5. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    402
    875
    10
    That's not what I'm talking about: in the Slim version you delete WindowsMediaPlayer. Personally, it doesn't bother me and I don't want to delete it. Of course, you can just delete the corresponding entry in Capabilities2.txt. I deleted it, Player remained, but it doesn't work. Somewhere in the script it's broken. I'm still trying to figure out where exactly.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    402
    875
    10
    #2768 sainfo, May 16, 2025
    Last edited: May 16, 2025
    Damn, I know how to add it, I don't want to remove it in Slim! Why not leave the choice to remove it or not to the user in Slim.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,032
    3,347
    60
    I'll do it.
     
  8. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,032
    3,347
    60
    @sainfo
    Here are the modified scripts.

    Test and report the result.

    Cheers

    psw: mdl2025
     

    Attached Files:

  9. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    402
    875
    10
    #2771 sainfo, May 16, 2025
    Last edited: May 16, 2025
    Hmm, I'm even a little confused by such an abundance of options:

    24H2_Integrator_10.9.cmd
    24H2_Integrator_10.9.1.cmd
    24H2_Integrator_10.10.cmd
    24H2_Integrator_10.10.1.cmd

    I'm not going to test them all. Which one of these options would you recommend I test ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,032
    3,347
    60
    24H2_Integrator_10.9.cmd is executed with 24H2_Integrator_10.9_Start.cmd

    24H2_Integrator_10.9.1.cmd is executed with 24H2_Integrator_10.9.1_Nsudo_Start.cmd

    24H2_Integrator_10.10.cmd is executed with 24H2_Integrator_10.10_Start.cmd

    24H2_Integrator_10.10.1.cmd is executed with 24H2_Integrator_10.10.1_Nsudo_Start.cmd

    All options do the same thing. What makes them different is the integration with W10UI or not.
     
  11. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,626
    14,871
    120
    #2773 Mavericks Choice, May 16, 2025
    Last edited: May 17, 2025
    I used the $OEM$ dir from the build, I enable "Windows Search" in the script. Now I tested in a VM & the windows search bar is removed? Which file in the $OEM$ Setup files would cause this to occur?
     
  12. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,032
    3,347
    60
    The %OEM% folder contains .reg and .cmd files that will be executed in runonce.

    But, for this to happen, you need to select the use of PersonalTweaks scripts during the process.

    Try to choose NOT to use PersonalTweaks.

    Or remove all scripts from the PersonalTweaks folder.

    This PersonalTweaks folder should contain YOUR tweaks. So, make your selection before running the script.
     
  13. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    402
    875
    10
    #2775 sainfo, May 17, 2025
    Last edited: May 17, 2025
    I tested your script 24H2_Integrator_10.10 and 10.10.1. I installed the assembly, everything is great - it just flies!

    The size of the resulting image in Nsudo or W10UI mode is almost the same. Thank you very much for taking into account my wishes, I personally like everything very much - everything is just perfect!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. DrakeBond

    DrakeBond MDL Novice

    Oct 28, 2020
    29
    38
    0
    #2776 DrakeBond, May 17, 2025
    Last edited: May 17, 2025
    - Updated the all.txt file (26100.4061 version)

    - Two scripts were kept:
    1 - 24H2_Integrator_10.9.cmd => integrates updates through the script itself
    24H2_Integrator_10.9.1.cmd is executed with 24H2_Integrator_10.9.1_Nsudo_Start.cmd
    ---
    2 - 24H2_Integrator_10.10.cmd => integrates updates with abbodi's W10UI
    The choice of script is up to the user
    P.S.SunLion
    You are the best. Thank you Very much!
     
  15. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    402
    875
    10
    SunLion,
    One small problem has come up - the Menu of hidden icons of the Taskbar is not displayed (in the Taskbar Settings everything is enabled). Is there a solution to this problem?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,626
    14,871
    120
    #2778 Mavericks Choice, May 17, 2025
    Last edited: May 18, 2025
    Yes having similar issue testing in a vm.
    ScreenHunter_003.jpg
     
  17. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    402
    875
    10
    I only test on a real machine, it's more convenient for me. There is no ^ icon on the Taskbar (in the Settings everything is enabled). Maybe experts can tell me how to fix this problem?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. DrakeBond

    DrakeBond MDL Novice

    Oct 28, 2020
    29
    38
    0