[GUIDE] [DISCUSSION] Windows Editions Reconstructions

Discussion in 'Windows 10' started by TesterMachineOS, Sep 3, 2024.

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,089
    15,292
    340
    #3281 xinso, Nov 9, 2025
    Last edited: Nov 10, 2025
  2. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    442
    547
    10
    I'm preparing a new 28000 package.
    It's based on the EnterpriseG with the LTSC SKU, and is compatible with multilingual systems.

    I'll test it and share it.
     
  3. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    442
    547
    10
  4. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,421
    1,107
    90
    cos its enterpriseG is will disable the AV even been modlifed to enable all the langs :) ?
     
  5. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    442
    547
    10
    I removed the enterpriseG SKU and set the enterprise eval SKU as the default. Now we need to see if it holds up during updates.
     
  6. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    442
    547
    10
    With the updates, Windows Defender is active again.
     

    Attached Files:

    • 3.jpg
      3.jpg
      File size:
      93.7 KB
      Views:
      43
    • 4.jpg
      4.jpg
      File size:
      91.7 KB
      Views:
      43
  7. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    442
    547
    10
    I create a package without Windows Defender.

    You need to uninstall:
    Microsoft-Windows-Client-Desktop-Required-Package04

    If anyone's interested
     
  8. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    442
    547
    10
    I added this to the script for the version without Defender. I'm doing one last test and I'll share it.








    Code:
    echo.
    echo ============================================================
    echo Clean Windows Defender
    echo ============================================================
    echo.
    
    echo remove Microsoft Windows SenseClient FoD Package
    copy /y Multilang\Microsoft-Windows-SenseClient-FoD-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum %MT%\Windows\servicing\Packages\Microsoft-Windows-SenseClient-FoD-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum
    
    Dism /english /Image:%MT% /remove-Package /Packagename:Microsoft-Windows-SenseClient-FoD-Package~31bf3856ad364e35~amd64~~10.0.28000.1
    
    echo remove Windows Defender Group Policy Package
    copy /y Multilang\Microsoft-Windows-GroupPolicy-ClientTools-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum %MT%\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum
    
    Dism /english /image:%MT% /Disable-Feature:"a8baf23d4fbbbb5bc924a8276a53a380" /PackageName:Microsoft-Windows-GroupPolicy-ClientTools-Package~31bf3856ad364e35~amd64~~10.0.28000.1
    
    copy /y Multilang\MMicrosoft-Windows-GroupPolicy-ClientTools-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum %MT%\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum
    
    echo remove Windows Defender
    copy /y Multilang\Microsoft-Windows-Client-Desktop-Required-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum %MT%\Windows\servicing\Packages\Microsoft-Windows-Client-Desktop-Required-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum
    
    Dism /english /image:%MT% /Disable-Feature:"585C40F42D99C16DD685BE27EA4F2838304820D8DBD813533FF0B80C8236B287" /PackageName:Microsoft-Windows-Client-Desktop-Required-Package~31bf3856ad364e35~amd64~~10.0.28000.1
    
    copy /y Multilang\MMicrosoft-Windows-Client-Desktop-Required-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum %MT%\Windows\servicing\Packages\Microsoft-Windows-Client-Desktop-Required-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum
    
    rd /s /q "%MT%\Program Files\Windows Defender"
    rd /s /q "%MT%\Program Files (x86)\Windows Defender"
    rd /s /q "%MT%\ProgramData\Microsoft\Windows Security Health"
     
  9. gialong

    gialong MDL Junior Member

    Aug 31, 2021
    72
    150
    0
    I am like this
     

    Attached Files:

  10. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    place license.rtf in system32
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,089
    15,292
    340
  12. gialong

    gialong MDL Junior Member

    Aug 31, 2021
    72
    150
    0
    After creating the WIM using G-Ltsc-Multilang 28000, I encountered this issue; license.rtf was copied automatically.
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,089
    15,292
    340
  14. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    442
    547
    10
    I'm going to prepare the same gltsc package for 26100.1 so we can see if the updates go smoothly.
     
  15. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    i'll try to use your method to remove defender with 25398 en-us pro
     
  16. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    442
    547
    10
    This is not possible because the package that corresponds to client desktop required package02 is mixed with other files
     
  17. Alex1132

    Alex1132 MDL Junior Member

    Jul 23, 2025
    54
    8
    0
    @winosr25 hello "
    package with the g-ltsc version and the g-ltsc-nodefender version
    copy install.win pro and
    copy your client lang pack into the lp folder. then"

    can you explain 2 things: 1)G edition supports other lP expt en? 2) what about telemetry in g edition?
     
  18. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    so we are looking forward to 26100 version :)
     
  19. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    442
    547
    10
    Here is a code example for Defender 26100 that I need to improve, along with a .reg file that also needs improvement.
    it's a manual deletion.

    Code:
    :: Removing files and folders
    for %%d in ("%MT%\Windows\WinSxS\FileMaps\wow64_windows-defender*.manifest" "%MT%\Windows\WinSxS\FileMaps\x86_windows-defender*.manifest" "%MT%\Windows\WinSxS\FileMaps\amd64_windows-defender*.manifest" "%MT%\Windows\System32\SecurityAndMaintenance_Error.png" "%MT%\Windows\System32\SecurityAndMaintenance.png" "%MT%\Windows\System32\SecurityHealthSystray.exe" "%MT%\Windows\System32\SecurityHealthService.exe" "%MT%\Windows\System32\SecurityHealthHost.exe" "%MT%\Windows\System32\drivers\SgrmAgent.sys" "%MT%\Windows\System32\drivers\WdDevFlt.sys" "%MT%\Windows\System32\drivers\WdBoot.sys" "%MT%\Windows\System32\drivers\WdFilter.sys" "%MT%\Windows\System32\wscsvc.dll" "%MT%\Windows\System32\drivers\WdNisDrv.sys" "%MT%\Windows\System32\wscsvc.dll" "%MT%\Windows\System32\wscproxystub.dll" "%MT%\Windows\System32\wscisvif.dll" "%MT%\Windows\System32\SecurityHealthProxyStub.dll" "%MT%\Windows\System32\smartscreen.dll" "%MT%\Windows\SysWOW64\smartscreen.dll" "%MT%\Windows\System32\smartscreen.exe" "%MT%\Windows\SysWOW64\smartscreen.exe" "%MT%\Windows\System32\DWWIN.EXE" "%MT%\Windows\SysWOW64\smartscreenps.dll" "%MT%\Windows\System32\smartscreenps.dll" "%MT%\Windows\System32\SecurityHealthCore.dll" "%MT%\Windows\System32\SecurityHealthSsoUdk.dll" "%MT%\Windows\System32\SecurityHealthUdk.dll" "%MT%\Windows\System32\SecurityHealthAgent.dll" "%MT%\Windows\System32\wscapi.dll" "%MT%\Windows\System32\wscadminui.exe" "%MT%\Windows\SysWOW64\GameBarPresenceWriter.exe" "%MT%\Windows\System32\GameBarPresenceWriter.exe" "%MT%\Windows\SysWOW64\DeviceCensus.exe" "%MT%\Windows\SysWOW64\CompatTelRunner.exe" "%MT%\Windows\system32\drivers\msseccore.sys" "%MT%\Windows\system32\drivers\MsSecFltWfp.sys" "%MT%\Windows\system32\drivers\MsSecFlt.sys") DO PowerRun cmd.exe /c del /f "%%d"
    :: part 2
    for %%d in ("%MT%\Windows\WinSxS\amd64_security-octagon*" "%MT%\Windows\WinSxS\x86_windows-defender*" "%MT%\Windows\WinSxS\wow64_windows-defender*" "%MT%\Windows\WinSxS\amd64_windows-defender*" "%MT%\Windows\SystemApps\Microsoft.Windows.AppRep.ChxApp_cw5n1h2txyewy" "%MT%\ProgramData\Microsoft\Windows Defender" "%MT%\ProgramData\Microsoft\Windows Defender Advanced Threat Protection" "%MT%\Program Files (x86)\Windows Defender Advanced Threat Protection" "%MT%\Program Files\Windows Defender Advanced Threat Protection" "%MT%\ProgramData\Microsoft\Windows Security Health" "%MT%\ProgramData\Microsoft\Storage Health" "%MT%\WINDOWS\System32\drivers\wd" "%MT%\Program Files (x86)\Windows Defender" "%MT%\Program Files\Windows Defender" "%MT%\Windows\System32\SecurityHealth" "%MT%\Windows\System32\WebThreatDefSvc" "%MT%\Windows\System32\Sgrm" "%MT%\Windows\Containers\WindowsDefenderApplicationGuard.wim" "%MT%\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\DefenderPerformance" "%MT%\Windows\System32\WindowsPowerShell\v1.0\Modules\DefenderPerformance" "%MT%\Windows\System32\WindowsPowerShell\v1.0\Modules\Defender" "%MT%\Windows\System32\Tasks_Migrated\Microsoft\Windows\Windows Defender" "%MT%\Windows\System32\Tasks\Microsoft\Windows\Windows Defender" "%MT%\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\Defender" "%MT%\Windows\System32\HealthAttestationClient" "%MT%\Windows\GameBarPresenceWriter" "%MT%\Windows\bcastdvr" "%MT%\Windows\Containers\serviced\WindowsDefenderApplicationGuard.wim") do PowerRun cmd.exe /c rmdir "%%~d" /s /q
     

    Attached Files: