Prepare the Win11 24H2 ISO, put it on a USB with Rufus, check the box to "Remove requirement for 4GB RAM..."
Run this as Administrator: Copy to Clipboard
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
Run setup.exe from USB. https://www.ghacks.net/2024/10/08/how-to-upgrade-to-windows-11-24h2-on-unsupported-hardware/ FlyBy11: update introduces more Windows 11 installation options and plugins https://www.ghacks.net/2024/10/30/flyby11-update-introduces-more-windows-11-installation-options-and-plugins/ |