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

    Mavericks Choice MDL Guru

    Aug 5, 2015
    4,299
    16,752
    150
    I found in the features.txt that WMP is disabled, how do I enable this in the script?

    Feature list.txt.jpg
     
  2. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #1882 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...
  3. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    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...
  4. sergey130270

    sergey130270 MDL Senior Member

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

    SunLion MDL Expert

    May 11, 2011
    1,637
    6,119
    60
    Yes, of course!

    I'm at your disposal.

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

    Cheers!
     
  6. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,637
    6,119
    60
    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.
     
  7. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
  8. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    4,299
    16,752
    150
    Have disabled wmp in capabilities in the script the "featurelist.txt" file is created during the process.
     
  9. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    4,299
    16,752
    150
    @SunLion in my capabilities.txt doc it mentions both WMP & Notepad is installed though both in features.txt are not enabled?

    Cap.txt.jpg
     
  10. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    4,299
    16,752
    150
    I just altered the script in retaining ZuneMusic, though same result.
     
  11. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,637
    6,119
    60
    I'm still testing...
     
  12. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,637
    6,119
    60
  13. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
    ok
     
  14. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,637
    6,119
    60
  15. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
  16. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    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...
  17. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,637
    6,119
    60
    Thank you for testing and reporting.

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

    Cheers!
     
  18. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    4,299
    16,752
    150