Windows 11 on an unsupported computer

I'll explain below safely and legally, so that the system runs stably and does not violate Microsoft's license terms.


🧩 Why your computer may be „unsupported“

Windows 11 officially requires:

  • TPM 2.0 (Trusted Platform Module),
  • Secure Boot enabled in UEFI,
  • UEFI BIOS instead of the old Legacy,
  • and the processor at least Intel 8th Generation or AMD Ryzen 2000+.

If you have an older CPU or a missing TPM, the installer will stop you with an error like

„This PC can't run Windows 11.“


✅ How to install Windows 11 on unsupported HW (without illegal cracks)

🔹 1️⃣ Using the official Microsoft procedure (regedit bypass)

Microsoft itself allows you to bypass the TPM 2.0 + CPU check - officially documented on support.microsoft.com.

Procedure:

  1. Start the Windows 11 installation (e.g. from USB or Windows 10).
  2. When the warning about the unsupported PC appears, press Shift + F10 (opens a command prompt).
  3. Type regedit → Enter.
  4. Find the key:
HKEY_LOCAL_MACHINE\SYSTEM\Setup

  1. Right click → New → Key → name it LabConfig.
  2. Inside, create these DWORD (32-bit) Values:
BypassTPMCheck = 1
BypassSecureBootCheck = 1
BypassCPUCheck = 1

  1. Close the Registry Editor and continue with the installation.

➡️ This skips the TPM, Secure Boot and CPU check.


🔹 2️⃣ Using the tool 

Rufus

The easiest way if you are creating a USB installer.

  1. Download Rufus (current version).
  2. Insert the Windows 11 ISO file.
  3. When creating a USB, a window with options will appear - check:
    • „Remove requirement for 4GB RAM, Secure Boot and TPM 2.0“
  4. After creating the USB, you can install the system normally.

💡 Rufus will make adjustments automatically - no need to interfere with the registry.


🔹 3️⃣ In-place upgrade from Windows 10

If you already have Windows 10:

  1. Open the Windows 11 ISO (double-click).
  2. Run setup.exe.
  3. Before installation, use registry bypass (see above), or a modified ISO from Rufus.
  4. Select „Keep apps and data“.

⚠️ What to look out for

  • Security: Windows 11 without TPM and Secure Boot may be more vulnerable to attacks, so keep antivirus and backups on.
  • Update: Microsoft may delay or block some updates for unsupported hardware.
  • Stability: Older drivers can cause slower start-up or non-functional functions (e.g. modern standby, BitLocker).
  • Warranty/Support: Neither Microsoft nor the device manufacturer has to provide technical support.

💡 Alternatives

  • Staying with Windows 10 (support until October 2025).
  • Use Windows 11 LTSC (2025 edition has more lenient requirements).
  • Or consider Linux (e.g. Ubuntu, Mint, Fedora) for older PCs.

Leave a comment

×