How to upgrade to Windows 11 24H2 on unsupported hardware
If you have installed Windows 11 on a PC that does not meet the system requirements of the operating system, then you face an issue with every new feature update release.
Regular updates install fine on Windows 11 PCs that do not meet the requirements, but feature updates fail. Workarounds existed from the first release, but Microsoft has patched some of them or changed them in other ways.
The release of Windows 11, version 24H2 marks a new adds more roadblocks to the process. Thankfully, there is a way to bypass requirement checks and upgrade an older version of Windows 11 to the 2024 feature update release.
The following paragraphs provide a step-by-step walkthrough on how that is done. The method should also work if you are stuck on a particular version of Windows 11.
Upgrading to Windows 11, version 24H2
Since you cannot use Windows Update, it is necessary to download the Windows 11 24H2 ISO image. One of the best options to do so is to use Rufus.
Note: You need a USB drive with at least 16 gigabytes of storage for that. If you do not have a USB device, use FIDO to download a Windows 11 ISO instead.
Download the Windows 11, version 24H2 ISO

- Open the Rufus project website.
- Download the latest version of Rufus for your system (most may want to pick the Windows x64 Standard version.
- Run Rufus after the download.
- Confirm the User Account Control prompt with a click on the Yes option.
- Switch from "Select" to "Download" in the interface.
- Activate Download after selecting the option. A Download ISO Image prompt appears.
- Select the following options one after the other: Windows 11 -> 24H2 -> Windows 11 Home/Pro/Edu -> Pick your Language -> x64.
- Click on the Download button.
- Select a directory for the ISO image.
This downloads Windows 11, version 24H2 from Microsoft to the local system.
Prepare the ISO using Rufus

All that is left to do now is the following to end the preparition:
- Click on the Start button in the Rufus interface to save the installation files to the USB drive.
- Keep the default Windows User Experience settings. If you modify them, keep the first checked.
- Select OK to start the write process to the USB flash drive.
The upgrade to Windows 11, 24H2
If you run the update directly now from the USB Flash Drive, for instance by clicking on setup.exe in its root directory, you will only come to a point during setup.
The upgrade will fail. There is a way around this.
You need to run the following commands for this from the setup directory.
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
The best option is to create a new .bat file in the same directory. I have uploaded the file here. Note that the storage is temporary.
Place the file in the root directory of the USB Flash drive. Now do the following:
- Right-click on the .bat file and select the "run as administrator" option.
- Confirm the UAC prompt. This makes a few changes in the Registry that are required to bypass the compatibility checks.
- Once done, double-click on setup.exe to start the upgrade.
- Follow the instructions to upgrade to Windows 11, version 24h2.
This should go through now without issues.
Is your PC compatible with Windows 11? Have you upgraded to the latest version of the operating system? Feel free to leave a comment down below.
RECOMMENDED NEWS
Press Space on YouTube to save lots of time
If you watch videos on YouTube, you may know about some of the options that you have. One of the op...
The revised Recall on Windows 11 is still recording information that it should not
Recall continues to be a privacy disaster. Reports suggest that the AI feature is recording sensiti...
Microsoft's Muse AI Model Faces Backlash from Game Development Community
Microsoft has unveiled Muse, a generative AI model designed to assist in the development of Xbox ga...
Age of Empires 2: Definitive Edition gets 5 new civilizations in The Three Kingdoms DLC
Xbox Game Studios and World's Edge have announced a new expansion for Age of Empires 2: Definitive ...
Sony increases PlayStation 5 price in Europe, Australia and New Zealand
Sony has announced a price increase for the PlayStation 5 console in some Countries for a second ti...
Valve announces SteamOS compatibility ratings for third-party devices
Valve is expanding the reach of its open-source SteamOS by announcing a new compatibility rating sy...
Comments on "How to upgrade to Windows 11 24H2 on unsupported hardware" :