Same problem on my laptop with an Intel i5 7500 (has SSE4.2 & POPCNT) Even with the latest ISO, setup doesn't launch. Even with "/product server"
I would like to inform you that thanks to this wonderful utility, I managed to easily update Win11 Pro 23H2 (which was modified by various tweakers) to version 24H2 without using an ISO image. The requirements of this update that I needed to bypass were CPU and TPM. I did it with the following combination: Forcing the feature update through Windows Update using the “Group Policy Editor”; “AIO 2b: Current OS Registry” method. At first, I tried only the Group Policy Editor, as my previous upgrade from 22H2 to 23H2 was accomplished this way. But when I tried to upgrade to 24H2 in the same way, after a while I was shown a separate white window that reported artificial restrictions “unsupported CPU and no TPM”. I hope this information will be useful to someone. ⚠ WARNING▶ Pay attention to the fact that your CPU must have the “SSE4.2” instruction for the 24H2 update to be successfully installed in the way described above. The first CPUs that received the SSE4.2 instruction started to appear in 2009-2010. To check for sure if your CPU supports SSE4.2 instructions, it will be enough to open a free utility called “CPU-Z” and check the “Instructions” line, which will list the instructions supported by your processor.
You can check with CPU-Z under 23H2. If SSE4.2 isn't listed as a feature supported by your CPU, upgrading to 24H2 will never work. There is no workaround, hard requirement.
Check with CPU-Z is useless, i'm unable to upgrade, i've already tried several times. My only hope is a way to bypass SSE4.2.
What can I do to make 24H2 work on VMware fling on ARM? Windows 10 and Windows 11 22H2 work fine, but 24H2 boots to black screen Is that something similar to POPCNT requirement?
Only LRCPC instruction is required for Arm, but that also required (or checked?) for Windows 11 22H2 too
Hi there, i'm failing to update to 24h2 using the first option of the fix. it's to upgrade a i7-7700 + asrock M-itx H270. don't know if i must try again the first option or trying the other options... when it fails, i'm going back to 23h2. I was on insider before, but did a rollerback to stable normal version before doing this updgrade. there is 260 000 lines in the log of $WINDOWS.~BT so don't know what to do to try to find why it failed...
Hi, i found the problem lol. after 3 installations. First, i thought it was the fact i was connected by internet but it's not. but in case i shutted it down. The main issue is more subtil. My Hardware config is set up that way : i use the video output of my motherboard as the FIRST screen, and use my PCI card (1050ti Nvidia 4Gb) only as a "renderer" Card (for Video editing Ai etc ...). Why ? because if i boot on the nvidia, the last nvidia drivers eat kind of 300mb of Vram at startup., which was making forbidding me to use some software as i was using them at the limit of the 4Gb. on the third instation (still the 1st method), when the screen went black , i had a doubt and plugged a monitor on the Nvidia Output.. and here both screen who appears, the background of my window desktop and the blue screen of the windows server installation. So the whole installation is in fact done under Windows 23H2. Then at some point the screen went black and both monitor turned off... but the hard disc was still working.. so i hit the poweron button one time, and it turned on both screen and with the instatlation who was continuing.. I assume that my motherboard or this installion has some difficulties with such case where "Graphics Onboard" is turned on in the bios, and the PCI is turned on too (with no screen attached). as now, as i have both screen turned on, the second screen is seen as the "first screen" in windows. It's certainly activated the extended mode at some point during the installation. So thanks a lot for the magic script, and hope this story can help people who would have the same installation as me. plug the screen on your Pci-e or remove the card or Shut it down in the bios. Edit : actually installing updates and it failed on the cumulative update for 24h2 , giving an error. Edit 2 : after a reboot, the KB5043178 is not available anymore and an another update is allowed. unfortunatly the new update refuse to install, it's the KB5044284, but it's certainly not related to this installation (i hope)
To install Windows 24h2 InPlace, simply run the code in cmd as administrator before clicking on setup.exe in the 24h2 iso, please test it. Code: reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\CompatMarkers" /f 2>NUL reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Shared" /f 2>NUL reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\TargetVersionUpgradeExperienceIndicators" /f 2>NUL reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\HwReqChk" /f /v HwReqChkVars /t REG_MULTI_SZ /s , /d "SQ_SecureBootCapable=TRUE,SQ_SecureBootEnabled=TRUE,SQ_TpmVersion=2,SQ_RamMB=8192," reg.exe add "HKLM\SYSTEM\Setup\MoSetup" /f /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1