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

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
    I downloaded the original en-US version and added the pt-BR language with W10MUI from abbodi.

    https://forums.mydigitallife.net/th...on-automated-batch-script.68791/#post-1217467
     
  2. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
    I'll try to figure out what's going on.
     
  3. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #1544 sainfo, Sep 17, 2024
    Last edited: Sep 17, 2024
    Looking forward to your code corrections - good luck!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    842
    419
    30
    is ctfMON removed.? because i disable it and search no longer worked. i had to enable it back.
     
  5. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
    No, CTFMON is untouched.

    I'm doing new tests...
     
  6. siliconbeaver

    siliconbeaver MDL Senior Member

    Apr 29, 2022
    319
    301
    10
    Slimdown10 is tested on my old XP computer, ECS GF7100.
    It's wonderful.
    GF7100 is x86 device. The slimed Windows 10 x86 run smooth. hardware 4GB DDR2, 30 GB hdd.
     
  7. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
  8. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
    #1549 sergey130270, Sep 18, 2024
    Last edited: Sep 18, 2024
    Hello SunLion! Can you help me? In the environment
    of the localized version of Windows 11 this command does not want to work
    echo.
    echo ####Remove UnNeeded Windows Capabilities####################
    for %%p in (App.StepsRecorder,App.Support.QuickAssist,Hello.Face,OneCoreUAP.OneSync,Browser.InternetExplorer) do (
    for /f "tokens=3 delims=: " %%a in ('start "" /b %DISM% /Image:"%InstallMount%" /Get-Capabilities ^| find "Capability Identity" ^| find "%%p"') do (
    echo Removing %%a
    %DISM% /Image:"%InstallMount%" /Remove-Capability /CapabilityName:"%%a"
    )
    )
    Help me please.
     
  9. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
    I'm not very familiar with Powershell.

    Let me understand what you're doing. Are you running the command straight away on Windows 11 Host?

    Have you tried the commands that are used in SD11v202_4.8.16.cmd? Even if it's just for reference.
     
  10. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
    Can I send you my script?
     
  11. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
    Yes, please.
     
  12. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
  13. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
  14. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
    #1555 sergey130270, Sep 18, 2024
    Last edited: Sep 18, 2024
    When I integrate language files at the beginning of the script, these commands do not work, if without integrating language files then it works.
    I tried to use these commands earlier, but without success.
    I run the command directly on Windows 11 Host
     
  15. ashish1989

    ashish1989 MDL Addicted

    Sep 20, 2013
    551
    161
    30
  16. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
    I'll try some tests here to see what happens.
     
  17. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    842
    419
    30
  18. siliconbeaver

    siliconbeaver MDL Senior Member

    Apr 29, 2022
    319
    301
    10
    #1559 siliconbeaver, Sep 18, 2024
    Last edited: Dec 27, 2024
    I have decided Windows 10 22H2 Slimdown10 for my Dell 7070.
    I was struggling about three weeks. failed to install Windows 7 on my Dell 7070. no matter what I had tried.

    An era has passed. Windows 7.
     
  19. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
    @sergey130270

    In order for the script to run without errors here, I had to make some changes to the lines below:

    49 to 66
    set ISOName and Unpacking ISO/DVD image

    149 to 157
    Remove Capabilities

    The code I use on the SD didn't work in your script, so I adopted an alternative for this:
    - I captured all capabilities from install.wim
    - I created the file Files\capabilities.txt, which is used in the code for removal
    - Examine the Files folder, please.

    Place the files folder inside X:\Win11Integrator

    Nothing else was changed.

    It worked fine, without errors.

    Do your tests.

    Cheers

    password: mdl2024
     

    Attached Files: