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

Steam beta adds in-game overlay for CPU, GPU usage, RAM, temperature
Valve has announced that it is improving Steam's game overlay with new features. You can use it to ...

How to manage the site list in Firefox Containers
Do you use the Firefox Multi-Account Containers add-on? Have you ever wondered how to delete a webs...

Apple releases iOS 17.4 to add support for third-party app stores in the EU
Apple has released iOS 17.4 and iPadOS 17.4. The latest update adds support for third-party app mar...

How to disable the news feed of Microsoft Edge's New Tab page
Tired of seeing irrelevant news topics on Microsoft Edge's New Tab page? Well, there is an easy fix...

Microsoft 365 price increased after introduction of Copilot
Microsoft has increased the prices of Microsoft 365 subscriptions. But you get access to Copilot wi...

New Vibration Patterns Coming to Google Sounds App for Personalized Alerts
In an exciting development for Pixel device users, the upcoming Google Sounds app version 3.2 promi...
Comments on "How to upgrade to Windows 11 24H2 on unsupported hardware" :