Slimdown11 – turn Windows 11 or LTSC 2024 into classic/legacy Windows

Discussion in 'Windows 11' started by SunLion, Mar 2, 2025.

  1. rayman95

    rayman95 MDL Senior Member

    Oct 3, 2018
    419
    289
    10
  2. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #702 sainfo, Jun 19, 2025
    Last edited: Jun 19, 2025
    Got it, thanks! I'm deleting the Store on purpose because I never use it. I think you've got a really cool script, but it's a shame it's not universal. In my opinion, it is not very convenient to use because you have to use the full names of the components for removal and processing. This is not very convenient because when using a different version of the image, you have to search for all these components in the image again, which is very troublesome. I think the script shouldn't care what it's fed. Its main job is to run the script and not complain.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    Well, this is the Dev channel, so there is no time bomb! I compiled this build version 26200.5603. Then, after a while, it was updated via the Update Center to version 26200.5622, then to version 26200.5641, and just recently it was automatically updated to version 26200.5641. According to UUP DUMP, they position it as 25H2. I have it installed on one of my computers. I'm not removing this build because I'm very interested to see what will happen in September: will MS simply change its name from 24H2 to 25H2, or will they release something new with a new kernel, as they promised at one time?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    389
    696
    10
    I am interested in trying to do the same for 24H2 as long as someone could guide how i can unpack (expand ) L1_Windows11.0-KB5043080-x64.msu and L2_Windows11.0-kb5063060-x64.msu in order to make an modded update for future use .

    Regarding your script , i like it and i can use it as long as i will figure out what did you disable or remove regarding the Store in order to use it if i need to update my appx .

    Today i am playing with 10.0.26100.4351 IOT to see what i can do ... but still could not unpack Windows11.0-KB5063060-x64.wim and Windows11.0-KB5063060-x64.wim
     
  5. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #705 sainfo, Jun 19, 2025
    Last edited: Jun 19, 2025
    Try this:
    Файл .msu, являющийся пакетом обновления Windows, можно распаковать с помощью утилиты expand или PowerShell. Также можно использовать архиватор 7-Zip для извлечения содержимого, если внутри находится CAB-файл.
    Подробные инструкции:
    1. 1. Использование утилиты expand (в командной строке):
      • Откройте командную строку от имени администратора.
      • Перейдите в каталог, где находится файл .msu.
      • Введите команду: expand <имя_файла.msu> -F:* <папка_назначения>. Замените <имя_файла.msu> на имя вашего файла, а <папка_назначения> на желаемую папку для извлечения.
      • Например: expand my_update.msu -F:* C:\Extracted_files.
    2. 2. Использование PowerShell:
      • Откройте PowerShell от имени администратора.
      • Перейдите в каталог, где находится файл .msu.
      • Введите команду: expand-archive -Path "<путь_к_файлу.msu>" -DestinationPath "<папка_назначения>". Замените <путь_к_файлу.msu> на полный путь к файлу, а <папка_назначения> на желаемую папку.
      • Например: expand-archive -Path "C:\Updates\my_update.msu" -DestinationPath "C:\Extracted_files".
    3. 3. Использование 7-Zip:
      • Откройте 7-Zip.
      • Найдите файл .msu в 7-Zip.
      • Если внутри .msu находится CAB-файл, откройте его как архив.
      • Распакуйте нужные файлы из CAB-архива.
    Важно: Файлы .msu обычно содержат CAB-файлы, которые также можно распаковать с помощью 7-Zip. Если .msu содержит только один CAB-файл, то распаковка .msu напрямую через expand или PowerShell даст тот же результат, что и распаковка CAB-файла отдельно.
    An .msu file, which is a Windows update package, can be unpacked using the expand utility or PowerShell. You can also use the 7-Zip archiver to extract the contents if there is a CAB file inside.

    Detailed instructions:

    1. Using the expand utility (in the command line):
    * Open the command line as an administrator.
    * Go to the directory where the .msu file is located.
    * Enter the command: expand <file_name.msu> -F:* <destination_folder>. Replace <file_name.msu> with the name of your file and <destination_folder> with the desired folder for extraction.
    * For example: expand my_update.msu -F:* C:\Extracted_files.

    2. Using PowerShell:
    * Open PowerShell as an administrator.
    * Go to the directory where the .msu file is located.
    * Enter the command: expand-archive -Path “<path_to_file.msu>” -DestinationPath “<destination_folder>”. Replace <path_to_msu_file> with the full path to the file and <destination_folder> with the desired folder.
    * For example: expand-archive -Path “C:\Updates\my_update.msu” -DestinationPath “C:\Extracted_files”.

    3. Using 7-Zip:
    * Open 7-Zip.
    * Find the .msu file in 7-Zip.
    * If there is a CAB file inside the .msu, open it as an archive.
    * Extract the necessary files from the CAB archive.

    Important: .msu files usually contain CAB files, which can also be extracted using 7-Zip. If the .msu contains only one CAB file, extracting the .msu directly using expand or PowerShell will give the same result as extracting the CAB file separately.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. rayman95

    rayman95 MDL Senior Member

    Oct 3, 2018
    419
    289
    10
    Juste installed, and it's running well, but M€ don't forget to bloat it...and I installed IoT entreprise. Will debloat it soon...
     
  7. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #710 sainfo, Jun 20, 2025
    Last edited: Jun 20, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,637
    6,119
    60
    Hi @balanadi

    If you use the W10UI that you modified, when you get to the message to replace the .mum files, you can find the unzipped files in the W10UItemp_xxxx folder, inside the same directory where you ran W10UI.
     
  10. hoak

    hoak MDL Addicted

    Nov 13, 2009
    627
    1,762
    30
  11. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #713 sainfo, Jun 23, 2025
    Last edited: Jun 23, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,637
    6,119
    60
    =====================
    24H2_Integrator_10.19
    =====================
    - Updated the all.txt file (26100.4351 version)


    - Removed code "Remove Packages with Registry Tweak Tool v1.4.7.0" ( Causes problem with LCU update via Windows Update )
    - Add ThisPCContextMenu_for_Win11.exe in Addons
    - Adjusted PersonalTweaks
    - Removed WPI24H2
    - Other small adjustments


    Please read the Changelog.txt and README.txt files before using the script.

    https://forums.mydigitallife.net/th...ic-legacy-windows.86552/page-120#post-1872013

    Enjoy!
     
  13. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    199
    476
    10
    You're right, the Registry Tweak Tool has long been outdated and unsuitable.
     
  14. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    4,299
    16,753
    150
    @SunLion Checked quite a few times PW is incorrect cannot open?
     
  15. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #717 sainfo, Jun 24, 2025
    Last edited: Jun 24, 2025
    It's strange, why did that happen to you? Why would it suddenly stop working? Personally, I've been using RTT v.1.4.7.0 for a long time and I've never had any problems updating through Windows Update. Perhaps you are using it to delete something that shouldn't be deleted?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #718 sainfo, Jun 24, 2025
    Last edited: Jun 24, 2025
    Yes, mine also says that the password is incorrect?! I wanted to ask SunLion what is the reason for this, that he uses such mind-boggling passwords ( S2}=QLl?jR%mJpyz0PnsiWzjki> ) and most importantly - why?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    Hmm, whether it is suitable or not is all found out in testing. Personally, it does not cause me any problems at all. You think that it is hopelessly outdated and does not suit us, well, then offer it an alternative. More modern, better quality, otherwise, just talk - suitable or not suitable ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    Very good, but as an alternative to return the old Context Menu, you can simply add this small .reg file to your Personal Tweaks, which is what I do. The result will be the same:
    Code:
    
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
    @=""
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...