Try on install.wim Code: Dism /Image:C:\mount /Get-TargetEditions Dism /Image:C:\mount /Set-Edition:Professional
Should you knows this build? Code: Windows 11 IoT Enterprise LTSC <=> 25370.1.230516-0802.zn_release_CLIENT_ENTERPRISES_OEM_X64FRE_en-us.iso It was shipped to OEMs a few months ago, I try to get it, but it's only for partners who qualify for the Microsoft CLA IOT programs. PS: A bird friend of mine told me that it will be officially launched between February and March 2024, this release indicated above is the one that was received for them to test...
Code: powershell -Command "(gc %_TXT%) -replace ' ', '' | sc %_TXT%" powershell -Command "(gc %_TXT%) -replace 'Installed', '' | sc %_TXT%" powershell -Command "(gc %_TXT%).Replace('|', '') | Out-File -encoding ASCII %_TXT%" ---> Code: powershell -Command "(gc %_TXT%).Replace('| Installed', '') -replace ' ', '' | Out-File -encoding ASCII %_TXT%"
Amazing. It works flawlessly. Thank you. Code: ------------------------------------------------------------ Remove FoD ------------------------------------------------------------ App.StepsRecorder~~~~0.0.1.0 App.Support.QuickAssist~~~~0.0.1.0 Browser.InternetExplorer~~~~0.0.11.0 DirectX.Configuration.Database~~~~0.0.1.0 Hello.Face.18967~~~~0.0.1.0 Hello.Face.Migration.18967~~~~0.0.1.0 Language.Fonts.Hans~~~und-HANS~0.0.1.0 Language.Handwriting~~~zh-CN~0.0.1.0 Language.OCR~~~zh-CN~0.0.1.0 Language.Speech~~~zh-CN~0.0.1.0 Language.TextToSpeech~~~zh-CN~0.0.1.0 MathRecognizer~~~~0.0.1.0 Media.WindowsMediaPlayer~~~~0.0.12.0 Microsoft.Windows.MSPaint~~~~0.0.1.0 Microsoft.Windows.Notepad~~~~0.0.1.0 Microsoft.Windows.PowerShell.ISE~~~~0.0.1.0 Microsoft.Windows.WordPad~~~~0.0.1.0 OneCoreUAP.OneSync~~~~0.0.1.0 OpenSSH.Client~~~~0.0.1.0 Print.Fax.Scan~~~~0.0.1.0 Print.Management.Console~~~~0.0.1.0 Windows.Client.ShellComponents~~~~0.0.1.0 Language.Basic~~~zh-CN~0.0.1.0
Code: 25398.1_ServerDatacenterCor_to_Pro_family_amd64_zh-CN.7z Converted to en-US Microsoft.SecHealthUI Fix: Uninstalled 1000.25936.1000.0 from install.wim because (1).Not working out of the box (2).System seem to be running sluggish Installed 1000.25393.1.0 into install.wim (1).Working out of the box (2).System seem to be running faster * Online updates: System information Windows Security Application Version: 1000.25873.0.9001 Windows Security Service Version: 1.0.2306.10002-0 Antimalware Client Version: 4.18.23090.2008 Engine Version: 1.1.23090.2007 Antivirus Version: 1.399.1658.0 Antispyware Version: 1.399.1658.0
@xinso For me with 1000.25393.1.0 installed, there are no error when opening defender, before or after updates.
Code: Results, after new install today, no errors before or after updates. Before updates. System information Windows Security Application Version: 1000.25393.0.1 Antimalware Client Version: 4.18.2303.8 Engine Version: 1.1.20200.4 Antivirus Version: 1.387.22.0 Antispyware Version: 1.387.22.0 * After updates. System information Windows Security Application Version: 1000.25873.0.9001 Windows Security Service Version: 1.0.2306.10002-0 Antimalware Client Version: 4.18.23090.2008 Engine Version: 1.1.23090.2007 Antivirus Version: 1.399.1677.0 Antispyware Version: 1.399.1677.0 * Step used to install 1000.25393.0.1 into install.wim, AFTER building install.wim with 5398.1_ServerDatacenterCor_to_Pro_family_amd64_zh-CN.7z. Mounted install.wim to C:\mount Get-AppXProvisionedPackage -Path C:\mount | Select PackageName Remove-AppXProvisionedPackage -Path C:\mount -PackageName Microsoft.SecHealthUI_1000.25936.1000.0_x64__8wekyb3d8bbwe Dism /Image:C:\mount /Add-ProvisionedAppxPackage /PackagePath:C:\Appx\Microsoft.SecHealthUI_8wekyb3d8bbwe.appx /SkipLicense