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

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

Thread Status:
Not open for further replies.
  1. ashish1989

    ashish1989 MDL Addicted

    Sep 20, 2013
    551
    161
    30
    Well the new idea now can be is to minimize ram usage and improve performance, but that depends on our dev.
     
  2. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,742
    1,745
    150
    Original creator left MDL while ago, see the other thread..
     
    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
    Не то слово как интересует. Отличный скрипт, хотелось бы и дальше им пользоваться.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
  5. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #1605 sainfo, Sep 29, 2024
    Last edited: Sep 30, 2024
    Sergey130270,
    By the way, a new OEM version 24H2 [26100.1742] has appeared on the network. Just as in the previous version, the image contains three editions, including IoT LTSC.

    And another question: in your script I saw only five standard files for general image localization, but what about FODs? For example: when localizing an image, I use 8 main files and 88 FOD files. It turns out to be completely complete localization, but how do you deal with this issue? And RemoveList, in this version, why is the reserve empty?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
    Get-Features -для получения списка информации обо всех функциях определенного пакета в образе Windows.
    Get-Capabilities -получение списка возможностей образа и статус их установки.
    Get-ProvisionedAppxPackages -получение списка информации о пакетах приложений (.appx) в образе.
    После обработки образа скриптом Вы получите полную локализацию.
     
  7. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #1607 sainfo, Sep 30, 2024
    Last edited: Sep 30, 2024
    I got it, I already saw it, and out of habit, I looked for possible deletions in the RemoveList folder - thank you!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
    Hi! I'll publish it tomorrow.
     
  9. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #1610 sainfo, Sep 30, 2024
    Last edited: Sep 30, 2024
    It’s not about that, it’s about ensuring that comments on this site are written in English.

    Regarding your script, very good job, thank you!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    sergey130270,
    Here, in this Slimdown10 topic, it’s probably not entirely correct to discuss the Integrator topic? In itself, as for me, the Integrator script is so good that it can deservedly count on its own theme - Integrator. IMHO

    p.s. Well, for us, admirers of your Integrator in this topic, drop a link to your new topic.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    842
    419
    30
  12. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,113
    60
  13. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    842
    419
    30
    ok. take your time.
    thanks
     
  14. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    Hello, the question is not entirely on this topic: I like it when the boot.wim file is not large, but I couldn’t find such a Russian one. That’s why I took the English boot.wim file, 234 MB in size. In it, index 1 has been removed due to its uselessness. That’s actually the question: In order for your script to properly localize the remaining index of my boot.wim file, what do I need to remove or comment out from your script?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
    #1616 sergey130270, Oct 7, 2024
    Last edited: Oct 7, 2024
    Hi, you don't need to delete anything, you need to export the desired index first and change the index variable
    I'll write you the code tomorrow, I'm at work today. Good?
     
  16. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #1617 sainfo, Oct 7, 2024
    Last edited: Oct 7, 2024
    OK,
    I tried removing part of the code with index 1 from the script, and changing the value of the remaining second index to "1". The script reached this point and collapsed. Apparently I'm doing something wrong.

    p.s. Actually why do I need all this: I found in the Internet file boot.wim, as I wanted, relatively not large size (index 1 naturally in it removed). Localized it, and everything would be fine, everything seems to be normal, but at the start of the installation pops out the message Setup is Starting. And I want it to be Начало Установки. Dug through the whole boot.wim file in the Restorator, but could not find where this message is formed to edit it. That's why I want to try to localize this file with your script, in case everything works out and I will see this message in my language. It is clear that all this is a whim, but this little thing just does not give me peace of mind.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
    #1618 sergey130270, Oct 7, 2024
    Last edited: Oct 7, 2024
    your script
    :: Unmounting image
    "%DISM%" /Unmount-Wim /MountDir:"%BootMount%" /commit


    add this code

    "%DISM%" /english /export-image /sourceimagefile:"%BootWim%" /sourceindex:2 /destinationimagefile:"%BootWimTmp%"
    move /y "%BootWimTmp%" "%BootWim%" >nul
     
  18. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    4,298
    16,751
    150
    Lads I am using SunLion's SD11v202_4.8.21 with a UUP Dump iso ver:
    26100.1.240331-1435.GE_RELEASE_CLIENTPRO_OEMRET_X64FRE_EN-US
    Script runs normally though when I run in a VM getting this.

    11 Vbox.jpg
     
  19. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #1620 sainfo, Oct 7, 2024
    Last edited: Oct 7, 2024
    That is, you mean that this part of the script should look like this:

    :: Unmounting image
    "%DISM%" /Unmount-Wim /MountDir:"%BootMount%" /commit
    :: Export image
    "%DISM%" /english /export-image /sourceimagefile:"%BootWim%" /sourceindex:2 /destinationimagefile:"%BootWimTmp%"
    move /y "%BootWimTmp%" "%BootWim%" >nul

    p.s. Are you sure that here - sourceindex:2 should be 2 and not 1. Let me remind you that in my boot.wim index 1 has been deleted. and only index 2 remained. Now it will be our index 1.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...