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

    SunLion MDL Addicted

    May 11, 2011
    887
    2,571
    30
    #1981 SunLion, Jan 9, 2025
    Last edited: Jan 9, 2025
    Edited the script for your convenience.

    It will install/enable WMP

    It will show Control Panel on the desktop

    But I don't know how to answer about the Store, because if you choose N it means not to install the store.

    We can see this later...

    Use this script to start the main script: Start70MChoice.cmd (attached)
     

    Attached Files:

  2. Dmi3y

    Dmi3y MDL Novice

    Jun 20, 2020
    4
    3
    0
    #1982 Dmi3y, Jan 9, 2025
    Last edited: Jan 9, 2025
    Hello, I can’t go to the “Login Options” tab, it freezes, is that what was intended? Or is this due to disabling/deleting in the Windows Hello script, how can you skip this point? I want to use a fingerprint. Windows 11 24H2 IoT Enterprise LTSC . Thank you
     
  3. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,478
    14,361
    120
    @SunLion working as expected now, thank you for persisting with this.
     
  4. SunLion

    SunLion MDL Addicted

    May 11, 2011
    887
    2,571
    30
    You could try removing the key values to see if it works again.

    Save the code below as remove.cmd and run as admin:

    This will not delete the key, just the values.

    Try it to see if it works.
     
  5. Dmi3y

    Dmi3y MDL Novice

    Jun 20, 2020
    4
    3
    0
    Now everything is fine, thank you.
     
  6. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    263
    494
    10
    #1986 sainfo, Jan 11, 2025
    Last edited: Jan 14, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Low Level Perform

    Low Level Perform MDL Junior Member

    Jul 21, 2024
    76
    70
    0
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. fs2com

    fs2com MDL Member

    Oct 14, 2009
    146
    88
    10
    #1988 fs2com, Jan 13, 2025
    Last edited: Jan 13, 2025
    @SunLion : Trying your script... Found out a bug which interrupt the process.
    edit : And what makes cmd closes is because no jump for skipBlockingInstallEdge on this code
    Code:
    echo.
    echo ============================================================
    echo.
    SET /P "answer=Do you want to blocking Edge? [y/n]: "
    echo.
    echo ============================================================
    If /i "%answer%"=="y" goto blockingInstallEdge
    If /i "%answer%"=="n" goto skipBlockingInstallEdge
    
     
  9. SunLion

    SunLion MDL Addicted

    May 11, 2011
    887
    2,571
    30
    You are right.

    I have already edited the script and it has been modified to ask all the questions at the beginning of the process. After selecting the index, if applicable, the process will not be interrupted until the end.

    I will wait for tomorrow's updates to publish the new version.
     
  10. SunLion

    SunLion MDL Addicted

    May 11, 2011
    887
    2,571
    30
    I think the "blocking Edge" code is causing this. Try using it without blocking Edge to see if it works.
     
  11. SunLion

    SunLion MDL Addicted

    May 11, 2011
    887
    2,571
    30
    #1991 SunLion, Jan 14, 2025
    Last edited: Jan 16, 2025
  12. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    283
    331
    10
    Bravo!!! You are the best. Thank you Very much.
     
  13. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    283
    331
    10
  14. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,478
    14,361
    120
    I had no errors with the slimdown process itself though having issues trying to run image in a VM, more testing to do.
     
  15. SunLion

    SunLion MDL Addicted

    May 11, 2011
    887
    2,571
    30
  16. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    283
    331
    10
    Hi Sanlion! There is no mistake anymore.
    Please tell me where the mistake was?
     
  17. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,407
    2,420
    60
    apologies @SunLion

    if "%ISOSelected%"=="LTSC" (2 lines near the begining of the script) changed to if not "%ISOSelected%"=="LTSC"

    and after

    IF NOT DEFINED CHOICEUP GOTO :AskCHOICEUPYesNo
    :skipCHOICEUP <--- has been inserted

    only changes that I could find, hope this helps
     
  18. SunLion

    SunLion MDL Addicted

    May 11, 2011
    887
    2,571
    30
    Thanks for the help @drew84!

    Yes, that's exactly what happened. I hope everything is okay now.
     
  19. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    263
    494
    10
    #2000 sainfo, Jan 16, 2025
    Last edited: Jan 16, 2025
    Everything is fine for me, there are no problems with this script. Everything worked without errors. I assembled the IoT LTSC [26100.2894] assembly for myself - personally, I’m happy with everything. Thanks for the script!
    :shake:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...