Operations 5 min read

Bypassing Windows 11 Hardware Requirements via Registry Modification and Setup Command

This guide explains how to circumvent Windows 11’s hardware‑verification checks by using a special setup command for older builds and, for newer builds, applying specific registry edits—including creating a HwReqChk key, setting multi‑string values, and adding a DWORD—to allow the installation to proceed.

IT Services Circle
IT Services Circle
IT Services Circle
Bypassing Windows 11 Hardware Requirements via Registry Modification and Setup Command

After Windows 11 was released, Microsoft raised hardware requirements, causing many older PCs to fail the compatibility check when running setup.exe from a local ISO.

The author previously shared a simple workaround: instead of double‑clicking setup.exe , run the command setup.exe /product server , which tricks the installer into thinking it is installing Windows Server, thereby bypassing the hardware test. This method works for most older versions but was blocked starting with Windows 11 build 27686.1000 (Canary channel).

To address the newer restriction, the article provides a registry‑based method:

Open the registry and delete the keys CompatMarkers , Shared , and TargetVersionUpgradeExperienceIndicators under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags .

Create a new key named HwReqChk under AppCompatFlags .

Within HwReqChk , create a multi‑string value called HwReqChkVars and set its data to the following lines: SQ_SSE2ProcessorSupport=TRUE SQ_SSE4_2ProcessorSupport=TRUE SQ_NXProcessorSupport=TRUE SQ_CompareExchange128=TRUE SQ_LahfSahfSupport=TRUE SQ_PrefetchWSupport=TRUE SQ_PopCntInstructionSupport=TRUE SQ_SecureBootCapable=TRUE SQ_SecureBootEnabled=TRUE SQ_TpmVersion=2 SQ_RamMB=9999 SQ_SystemDiskSizeMB=99999 SQ_CpuCoreCount=9 SQ_CpuModel=99 SQ_CpuFamily=99 SQ_CpuMhz=9999

Navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup , create a new DWORD (32‑bit) value named AllowUpgradesWithUnsupportedTPMOrCPU and set its value to 1 .

After applying these changes, you can double‑click setup.exe in the ISO to install Windows 11 without the hardware check.

For convenience, the author also offers a ready‑made .reg file (named “24H2绕过硬件检测.reg”) that applies all the above modifications with a double‑click. The download link is provided in the article.

The author notes that the registry method works for the current 24H2 preview and is expected to remain effective for future Windows 11 versions, while the original setup.exe /product server command is only blocked in builds 27686.1000 and later.

Windows 11System InstallationRegistry EditHardware Check BypassSetup Command
IT Services Circle
Written by

IT Services Circle

Delivering cutting-edge internet insights and practical learning resources. We're a passionate and principled IT media platform.

0 followers
Reader feedback

How this landed with the community

login Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.