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 Addicted

    Dec 6, 2021
    512
    1,114
    30
    #3181 sainfo, Jul 1, 2025
    Last edited: Jul 1, 2025
    I see, so did you place the updates in .msu format in the UUP folder?

    For example: to update version 26100.1742 to version 26200.5670, you need to place the KB5060831.msu and KB5037898.msu files in the UUP folder. To update version 26100.1742 to version 26100.4349, you need to place one update KB5060999.msu in the UUP folder.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    136
    274
    10
    I used the script and the install.wim was created without any problems. I haven't tried it yet.
     

    Attached Files:

  3. fengqihuanghun

    fengqihuanghun MDL Novice

    Sep 26, 2021
    28
    12
    0
    #3183 fengqihuanghun, Jul 1, 2025
    Last edited by a moderator: Jul 1, 2025
    No, I only use clean installs, btw, do you have any reg/cmd, to remove Windows Update?

    The Chinese have a software that can remove Windows Update, but I want to do it through reg/cmd
     
  4. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,733
    15,196
    120
    Nice that's very slim indeed!
     
  5. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    512
    1,114
    30
    #3185 sainfo, Jul 1, 2025
    Last edited: Jul 2, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,246
    8,864
    240
    @fengqihuanghun I merged a couple of your posts together. Please do not make multiple posts in succession, edit your original post instead, adding to it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. fengqihuanghun

    fengqihuanghun MDL Novice

    Sep 26, 2021
    28
    12
    0
    Chinese input method is not available
     
  8. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    512
    1,114
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    136
    274
    10
    I installed the created iso file on the virtual machine.
    It installed without any problems.
    What I saw at first glance is
    that it doesn't download the updates.
    The problem could also be mine.
    I'm not sure.
     
  10. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    512
    1,114
    30
    Everything should be updated. Well, I have version 26200.5670 installed, so I have to wait a long time for updates to check this.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    136
    274
    10
     

    Attached Files:

    • 1.png
      1.png
      File size:
      266.5 KB
      Views:
      42
  12. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    512
    1,114
    30
    #3192 sainfo, Jul 2, 2025
    Last edited: Jul 2, 2025
    Apparently the update works after all. So what version did you update from to version 26200.5670?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    136
    274
    10
    No problem.
    I'm not using Win 11.
    I was just testing the script.
     
  14. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,668
    6,898
    150
    #3195 Dark Vador, Jul 3, 2025
    Last edited: Jul 3, 2025
    come good, i also use ltsc w10, not w11 version,
    too bad it have store, will test it today
    great job @balanadi

    i going add some custom OEM pack
    will remove more crap,
    and see the result's

    if you want remove this crap store

    credit @abbodi1406
    Code:
            # Remove the AppX Package for all users
            $WindowsStore = 'Microsoft.WindowsStore'
            Get-AppXPackage -AllUsers | Where-Object { $_.Name -match $WindowsStore } | Remove-AppxPackage -AllUsers
    
            # Remove the AppX Provisioned Package for all users
            Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -match $WindowsStore } | Remove-AppxProvisionedPackage -Online
    
    ---------------------

    So, i got an hwid activation error
    even it found matched hwid license
    i guess it because home edition + modified build = PRoblem's
    but kms38 succeed, OK, at least
    ise removed, why ...?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    341
    511
    10
    To remove all the Store crap you can just delete the Appx folder !!!!!

    Thanks for using it and hope that it is satisfying your needs...
     
  16. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,155
    3,923
    60
    Could you give a tip on how to edit the LCU please.
     
  17. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    341
    511
    10
    you mean to edit update.mum from it ?
     
  18. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,155
    3,923
    60
    Yes, if that's all.

    Do I need to remove any files/folders?
     
  19. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    512
    1,114
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...