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. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,320
    13,909
    120
    I will try a new vanilla source Win 11 image & report.
     
  2. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,320
    13,909
    120
    I found in the features.txt that WMP is disabled, how do I enable this in the script?

    Feature list.txt.jpg
     
  3. sainfo

    sainfo MDL Member

    Dec 6, 2021
    167
    237
    10
    #1883 sainfo, Dec 7, 2024
    Last edited: Dec 7, 2024
    I deleted the post due to lack of interest ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. sainfo

    sainfo MDL Member

    Dec 6, 2021
    167
    237
    10
    Hmm, what's the problem? Find these two parameters in your script and remove them and the player will not be removed from the image. Of course, if you even have it in the processed image.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    272
    288
    10
    Hi SunLion.
    I found a solution, I need to send you the script so you can review it. Can I do it tonight?
     
  6. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    Yes, of course!

    I'm at your disposal.

    I've also made a new modification, but I'll wait for your news.

    Cheers!
     
  7. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    We could exclude the removal of "Media.WindowsMediaPlayer" in the "Removing capabilities" code and also not remove "Microsoft.ZuneMusic" in "Removing Provisioned AppxPackages" (which is the native WMP of Windows 11).

    I'll try to make an adjustment and then post it here for you.
     
  8. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    272
    288
    10
  9. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,320
    13,909
    120
    Have disabled wmp in capabilities in the script the "featurelist.txt" file is created during the process.
     
  10. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,320
    13,909
    120
    @SunLion in my capabilities.txt doc it mentions both WMP & Notepad is installed though both in features.txt are not enabled?

    Cap.txt.jpg
     
  11. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,320
    13,909
    120
    I just altered the script in retaining ZuneMusic, though same result.
     
  12. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    I'm still testing...
     
  13. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
  14. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    272
    288
    10
    ok
     
  15. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
  16. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    272
    288
    10
  17. sainfo

    sainfo MDL Member

    Dec 6, 2021
    167
    237
    10
    I protested, great job!
    If you want the resulting image to become IoT Enterprise LTSC, you need to add this code before the Installing Cumulative Update into install.wim subsection.
    Code:
    
    ECHO.
    ECHO ============================================================
    ECHO Upgrading an image to IoT Enterprise LTSC
    ECHO ============================================================
    "%DISM11%" /English /Image:"%~dp0mount" /Set-Edition:IoTEnterpriseS
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    Thank you for testing and reporting.

    In fact, this is the result of your work and that of others who help here.

    Cheers!