[ARCHIVED] Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

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

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Nice, one liner command, added to my list of commands thanks.

    P.S Will also mod your posted command for offline images as well.
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
  3. OSMAN

    OSMAN MDL Addicted

    Oct 25, 2009
    592
    103
    30
    anyone know how?
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
    #13968 xinso, Jan 2, 2024
    Last edited: Jan 2, 2024
    Reserved
     
  8. sainfo

    sainfo MDL Member

    Dec 6, 2021
    169
    241
    10
    Very interesting information, is it possible to modify this code so that it can be applied via DISM to the attached install.wim image ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    This code is using dism. And frankly trying to understand what it's was a bit more productive than asking even for the simplest matters.


    Whatever...

    Just replace Dism /online with Dism /image:<mount-point>

    Not really rocket science, isn't it?
     
  10. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,282
    598
    60
    You need to take a humble pill acer-5100
     
  11. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    No, sorry. No need to take anything


    Just people should use his brain to learn something, instead of waiting for a hanging fruit to fall. (specially when the matter is really simple like above)

    That said I find especially disgusting the behavior of people like you, that I spooned many times, and that don't think twice to stab in the back their helper.
     
  12. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,282
    598
    60
    Ya you're probably right. My appologies acer-5100
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
    #13974 xinso, Jan 3, 2024
    Last edited: Jan 3, 2024
    Reserved
     
  14. Wuyouzi067

    Wuyouzi067 MDL Novice

    Oct 4, 2023
    31
    76
    0
    For Client, cannot directly remove: Windows-Defender-Default-Definitions
    For all languages, you need /English
    Code:
    for /f %%a in ('DISM /English /Online /Get-Features /Format:Table ^| Find "| Disabled"') do (echo %%a & Dism /online /Disable-Feature /FeatureName:%%a /Remove /Quiet)
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
    #13977 xinso, Jan 3, 2024
    Last edited: Jan 3, 2024
    I can use Powershell to replace simple "string" only. Let alone "RemoveOnIoTEnterpriseS.ps1"...
     
  17. Wuyouzi067

    Wuyouzi067 MDL Novice

    Oct 4, 2023
    31
    76
    0
    windows-hardware-manufacture-windows-11.pdf Page 1001
    Use /Remove to remove a feature without removing the feature's manifest from the image.
    The feature will be listed as "Removed" when you use /Get-FeatureInfo to display feature
    details and can be restored and enabled using /Enable-Feature with the /Source option.
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
  19. sainfo

    sainfo MDL Member

    Dec 6, 2021
    169
    241
    10
    #13980 sainfo, Jan 3, 2024
    Last edited: Jan 3, 2024
    Hmmm, unlike you, I'll try to be polite. Everyone is an expert in their field of expertise, I am not an expert in this field, that's why I'm asking. Speaking of productivity, it would be more productive for you to respond with this short answer rather than spreading your fingers fanning. You need to be more respectful of your interlocutors and more tolerant, and that's not how you look at your best!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...