I am on 23H2 and downloaded the Enablement Package KB5039239 but it's giving me an error saying this update is not applicable to my computer. What gives?
23H2 > 24H2 is a full (ISO) upgrade, not a fake new build as with 19041/2/3/4/5 or 22621 22H2/22631 23H2.
No, other not affected PCs are upgraded from 23H2 after 26100.863 released, which is after the recall of the "Recall" feature.
Is there any way to create WinPE based on 26100? Many PE production tools will also fail because StartAllBack cannot be used. But the old 22631 based PE does not have the option to format ReFS So I want to make WinPE based on 26100 but there is no way Can anyone help me?
This is amateur, but it works, if anybody sees a better way, please share it. This bat file is a collection of things I've found over the years. It gets rid of SmartScreen, you can have task manager open, and watch SmartScreen disappear, and it does not come back after a reboot. But I will warn you that sometimes an update can make it re-appear, so just run the script again. This is permanent and is not reversable. But I have been using this for over three years without any issues. It's also fine with 24H2. Save this to a .BAT file and run as Admin. Make sure you have disabled Defender first. Its also probably wise to reboot after it's run. Code: Echo off cd /d "%~dp0" set Policies=HKEY_LOCAL_MACHINE\SOFTWARE\Policies echo == Disabling SmartScreen REG ADD "%Policies%\Microsoft\Windows\System" /f /v EnableSmartScreen /t REG_DWORD /d "0" REG ADD "%Policies%\Microsoft\Windows Defender\SmartScreen" /f /v ConfigureAppInstallControlEnabled /t REG_DWORD /d "0" REG ADD "%Policies%\Microsoft\Windows Defender\SmartScreen" /f /v ConfigureAppInstallControl /t REG_SZ /d "Anywhere" REG ADD "%Policies%\Microsoft\Internet Explorer\PhishingFilter" /f /v Enabled /t REG_DWORD /d "0" REG ADD "%Policies%\Microsoft\Internet Explorer\PhishingFilter" /f /v EnabledV8 /t REG_DWORD /d "0" REG ADD "%Policies%\Microsoft\Internet Explorer\PhishingFilter" /f /v EnabledV9 /t REG_DWORD /d "0" REG ADD "%Policies%\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" /f /v 2301 /t REG_DWORD /d "3" REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Browser\AllowSmartScreen" /f /v value /t REG_DWORD /d "0" REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /f /v SmartScreenEnabled /t REG_SZ /d "Off" echo == Disabling SmartScreen for Store and Apps REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /f /v EnableWebContentEvaluation /t REG_DWORD /d "0" REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /f /v PreventOverride /t REG_DWORD /d "0" REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows Security Health\State" /f /v AppAndBrowser_StoreAppsSmartScreenOff /t REG_DWORD /d "0" echo == Disabling SmartScreen for Microsoft Edge REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Edge" /f /v SmartScreenEnabled /t REG_DWORD /d "0" REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Edge" /f /v SmartScreenPuaEnabled /t REG_DWORD /d "0" REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows Security Health\State" /f /v AppAndBrowser_EdgeSmartScreenOff /t REG_DWORD /d "0" echo == Original part of script reg add "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d "0" /f echo == Stopping SmartScreen and Cleaning Up takeown /s %computername% /u %username% /f "%WinDir%\System32\smartscreen.exe" icacls "%WinDir%\System32\smartscreen.exe" /grant:r %username%:F taskkill /im smartscreen.exe /f del "%WinDir%\System32\smartscreen.exe" /s /f /q takeown /s %computername% /u %username% /f "%WinDir%\System32\smartscreen.dll" icacls "%WinDir%\System32\smartscreen.dll" /grant:r %username%:F del "%WinDir%\System32\smartscreen.dll" /s /f /q takeown /s %computername% /u %username% /f "%WinDir%\System32\smartscreenps.dll" icacls "%WinDir%\System32\smartscreenps.dll" /grant:r %username%:F del "%WinDir%\System32\smartscreenps.dll" /s /f /q pause
Has anyone been able to use a 24H2 (26100.1000) UUP ISO with the option SkipWinRE = 1? If I create an ISO with that option, the Windows install just fails when it reaches 15-20% with the really generic "Windows 11 installation has failed" error message. (I also tried it on build going by to 26100.793)
Code: === Running UUP Converter v106z === === Checking UUP Info . . . === Configured Options . . . AutoStart 1 AddUpdates 1 DisableUpdatingUpgrade SkipWinRE === Parsing Apps CompDB . . . === Preparing Reference ESDs . . . HyperV-OptionalFeature-VirtualMachinePlatform-Client-Disabled-FOD-Package-amd64 Microsoft-Edge-WebView-FOD-Package-amd64 Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package-amd64 Microsoft-OneCore-DirectX-Database-FOD-Package-amd64 Microsoft-Windows-DirectoryServices-ADAM-Client-FOD-Package-amd64 Microsoft-Windows-DirectoryServices-ADAM-Client-FOD-Package-wow64 Microsoft-Windows-EnterpriseClientSync-Host-FOD-Package-amd64 Microsoft-Windows-EnterpriseClientSync-Host-FOD-Package-wow64 Microsoft-Windows-Ethernet-Client-Intel-E1i68x64-FOD-Package-amd64 Microsoft-Windows-Ethernet-Client-Intel-E2f68-FOD-Package-amd64 Microsoft-Windows-Ethernet-Client-Realtek-Rtcx21x64-FOD-Package-amd64 Microsoft-Windows-Ethernet-Client-Vmware-Vmxnet3-FOD-Package-amd64 Microsoft-Windows-FoDMetadata-Package Microsoft-Windows-Hello-Face-Package-amd64 Microsoft-Windows-InternetExplorer-Optional-Package-amd64 Microsoft-Windows-Kernel-LA57-FoD-Package-amd64 Microsoft-Windows-LanguageFeatures-Basic-en-us-Package-amd64 Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package-amd64 Microsoft-Windows-LanguageFeatures-OCR-en-us-Package-amd64 Microsoft-Windows-LanguageFeatures-Speech-en-us-Package-amd64 Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package-amd64 Microsoft-Windows-MediaPlayer-Package-amd64 Microsoft-Windows-MediaPlayer-Package-wow64 Microsoft-Windows-Notepad-System-FoD-Package-amd64 Microsoft-Windows-Notepad-System-FoD-Package-wow64 Microsoft-Windows-PowerShell-ISE-FOD-Package-amd64 Microsoft-Windows-PowerShell-ISE-FOD-Package-wow64 Microsoft-Windows-Printing-PMCPPC-FoD-Package-amd64 Microsoft-Windows-ProjFS-OptionalFeature-FOD-Package-amd64 Microsoft-Windows-SenseClient-Fod-Package-amd64 Microsoft-Windows-SimpleTCP-FOD-Package-amd64 Microsoft-Windows-SmbDirect-FOD-Package-amd64 Microsoft-Windows-StepsRecorder-Package-amd64 Microsoft-Windows-StepsRecorder-Package-wow64 Microsoft-Windows-TabletPCMath-Package-amd64 Microsoft-Windows-Telnet-Client-FOD-Package-amd64 Microsoft-Windows-TerminalServices-AppServer-Client-FOD-Package-amd64 Microsoft-Windows-TerminalServices-AppServer-Client-FOD-Package-wow64 Microsoft-Windows-TFTP-Client-FOD-Package-amd64 Microsoft-Windows-VBSCRIPT-FoD-Package-amd64 Microsoft-Windows-VBSCRIPT-FoD-Package-wow64 Microsoft-Windows-Wallpaper-Content-Extended-FoD-Package-amd64 Microsoft-Windows-Wifi-Client-Broadcom-Bcmpciedhd63-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63a-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63al-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwbw02-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwew00-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwew01-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwlv64-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwns64-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwsw00-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw02-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw04-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw06-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw08-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw10-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Marvel-Mrvlpcie8897-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Qualcomm-Athw8x-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Qualcomm-Athwnx-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Qualcomm-Qcamain10x64-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Ralink-Netr28x-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtl8192se-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtwlane-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtwlane01-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtwlane13-FOD-Package-amd64 Microsoft-Windows-WinOcr-FOD-Package-amd64 Microsoft-Windows-WinOcr-FOD-Package-wow64 Microsoft-Windows-WMIC-FoD-Package-amd64 Microsoft-Windows-WMIC-FoD-Package-wow64 OpenSSH-Client-Package-amd64 === Creating Setup Media Layout . . . === Creating install.wim . . . Using LZX compression with 16 threads Archiving file data: 7100 MiB of 7100 MiB (100%) done === Updating install.wim / 1 image{s} . . . 1/4: Windows11.0-KB5039304-x64.msu [Combined UUP] 2/5: Windows11.0-KB5037589-x64-NDP481.cab [NetFx] 3/5: Windows11.0-KB5039333-x64_inout.cab [SSU] 4/5: Windows11.0-KB5039448-x64.cab [Setup DU] 5/5: Windows11.0-KB5041137-x64.cab [SafeOS DU] === Servicing Index: 1 Deployment Image Servicing and Management tool Version: 10.0.26100.1 Mounting image [==========================100.0%==========================] The operation completed successfully. === Adding Microsoft Edge . . . Deployment Image Servicing and Management tool Version: 10.0.26100.1 Image Version: 10.0.26100.1 The operation completed successfully. === Adding Apps . . . Microsoft.NET.Native.Framework.x64.2.2 Microsoft.NET.Native.Runtime.x64.2.2 Microsoft.Services.Store.Engagement.x64 Microsoft.UI.Xaml.x64.2.7 Microsoft.UI.Xaml.x64.2.8 Microsoft.VCLibs.x64.14.00 Microsoft.VCLibs.x64.14.00.Desktop Microsoft.WindowsAppRuntime.x64.1.3 Microsoft.WindowsAppRuntime.x64.1.4 Microsoft.WindowsStore_8wekyb3d8bbwe Microsoft.StorePurchaseApp_8wekyb3d8bbwe Microsoft.BingNews_8wekyb3d8bbwe Microsoft.BingSearch_8wekyb3d8bbwe Microsoft.BingWeather_8wekyb3d8bbwe Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe Microsoft.ZuneMusic_8wekyb3d8bbwe Microsoft.WindowsAlarms_8wekyb3d8bbwe Microsoft.ApplicationCompatibilityEnhancements_8wekyb3d8bbwe Microsoft.WindowsCalculator_8wekyb3d8bbwe Microsoft.WindowsNotepad_8wekyb3d8bbwe Microsoft.WindowsTerminal_8wekyb3d8bbwe Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe Microsoft.GetHelp_8wekyb3d8bbwe Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe Microsoft.ScreenSketch_8wekyb3d8bbwe Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe Microsoft.Todos_8wekyb3d8bbwe Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe Microsoft.GamingApp_8wekyb3d8bbwe Microsoft.XboxGamingOverlay_8wekyb3d8bbwe Microsoft.XboxIdentityProvider_8wekyb3d8bbwe Microsoft.Xbox.TCUI_8wekyb3d8bbwe Microsoft.Windows.Photos_8wekyb3d8bbwe Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe Microsoft.WindowsCamera_8wekyb3d8bbwe Microsoft.DesktopAppInstaller_8wekyb3d8bbwe Microsoft.Paint_8wekyb3d8bbwe Microsoft.WebMediaExtensions_8wekyb3d8bbwe Microsoft.RawImageExtension_8wekyb3d8bbwe Microsoft.HEIFImageExtension_8wekyb3d8bbwe Microsoft.HEVCVideoExtension_8wekyb3d8bbwe Microsoft.VP9VideoExtensions_8wekyb3d8bbwe Microsoft.AV1VideoExtension_8wekyb3d8bbwe Microsoft.AVCEncoderVideoExtension_8wekyb3d8bbwe Microsoft.MPEG2VideoExtension_8wekyb3d8bbwe Microsoft.WebpImageExtension_8wekyb3d8bbwe MicrosoftWindows.Client.WebExperience_cw5n1h2txyewy MicrosoftWindows.CrossDevice_cw5n1h2txyewy Microsoft.SecHealthUI_8wekyb3d8bbwe Clipchamp.Clipchamp_yxz26nhyzhsrt MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe Microsoft.OutlookForWindows_8wekyb3d8bbwe MSTeams_8wekyb3d8bbwe Microsoft.Windows.DevHome_8wekyb3d8bbwe Microsoft.YourPhone_8wekyb3d8bbwe MicrosoftCorporationII.MicrosoftFamily_8wekyb3d8bbwe Deployment Image Servicing and Management tool Version: 10.0.26100.1 Saving image [==========================100.0%==========================] The operation completed successfully. === Adding Updates . . . Deployment Image Servicing and Management tool Version: 10.0.26100.1 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_998~31bf3856ad364e35~amd64~~26100.998.1.2 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_998 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9241.3 [==========================100.0%==========================] The operation completed successfully. === Adding LCU Windows11.0-KB5039304-x64.msu Deployment Image Servicing and Management tool Version: 10.0.26100.1 Image Version: 10.0.26100.1 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1 Image File : C:\Users\Enthousiast\Downloads\Compressed\26100.1000_amd64_en-us_professional_0cda15f9_convert\ISOFOLDER\sources\install.wim Image Index : 1 Unmounting image [==========================100.0%==========================] The operation completed successfully. === Rebuilding install.wim . . . "ISOFOLDER\sources\install.wim" original size: 4631134 KiB Using LZX compression with 16 threads Archiving file data: 10 GiB of 10 GiB (100%) done "ISOFOLDER\sources\install.wim" optimized size: 4553913 KiB Space saved: 77221 KiB === Adding setup dynamic update{s} . . . Windows11.0-KB5039448-x64.cab === Creating winre.wim . . . Using LZX compression with 16 threads Archiving file data: 1212 MiB of 1212 MiB (100%) done === Updating winre.wim / 1 image{s} . . . Deployment Image Servicing and Management tool Version: 10.0.26100.1 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_998~31bf3856ad364e35~amd64~~26100.998.1.2 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_998 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. === Adding LCU for boot.wim . . . Deployment Image Servicing and Management tool Version: 10.0.26100.1 Image Version: 10.0.26100.1 Processing 1 of 1 - Removing package WinPE-Rejuv-Package~31bf3856ad364e35~amd64~en-US~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1 Image Version: 10.0.26100.1 Processing 1 of 1 - Removing package WinPE-Rejuv-Package~31bf3856ad364e35~amd64~~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. === Adding LCU Windows11.0-KB5039304-x64.msu Deployment Image Servicing and Management tool Version: 10.0.26100.1 Image Version: 10.0.26100.1 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1 Image Version: 10.0.26100.1000 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1 Image File : C:\Users\Enthousiast\Downloads\Compressed\26100.1000_amd64_en-us_professional_0cda15f9_convert\temp\winre.wim Image Index : 1 Unmounting image [==========================100.0%==========================] The operation completed successfully. === Rebuilding winre.wim . . . "temp\winre.wim" original size: 777918 KiB Using LZX compression with 16 threads Archiving file data: 1283 MiB of 1283 MiB (100%) done "temp\winre.wim" optimized size: 535387 KiB Space saved: 242530 KiB === Creating boot.wim . . . === Removing temporary files . . . === Creating ISO . . . OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility Copyright (C) Microsoft, 1993-2012. All rights reserved. Licensed only for producing Microsoft authorized content. Scanning source tree (500 files in 45 directories) Scanning source tree complete (961 files in 88 directories) Computing directory information complete Image file is 5511675904 bytes (before optimization) Writing 961 files in 88 directories to 26100.1000.240625-1313.GE_RELEASE_SVC_PROD3_CLIENTPRO_OEMRET_X64FRE_EN-US.ISO 100% complete Storage optimization saved 25 files, 14342144 bytes (1% of image) After optimization, image file is 5499510784 bytes Space saved because of embedding, sparseness or optimization = 14342144 Done. Finished. Press 0 or q to exit. Installed fine.
Interesting tool, a little confusing to use at first, but the Defender Removal part really works, without a doubt. It also does what most fail to do, remove SmartScreen. That was already removed on mine, but I could see the tool looking for it. Very good! Thanks for sharing.
The build number has gone up dramatically, there has to be more to it than a simple UAC prompt issue that's been fixed.