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.
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.
I create a package without Windows Defender. You need to uninstall: Microsoft-Windows-Client-Desktop-Required-Package04 If anyone's interested
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"
After creating the WIM using G-Ltsc-Multilang 28000, I encountered this issue; license.rtf was copied automatically.
This is not possible because the package that corresponds to client desktop required package02 is mixed with other files
@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?
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