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:
- Start the Windows 11 installation (e.g. from USB or Windows 10).
- When the warning about the unsupported PC appears, press Shift + F10 (opens a command prompt).
- Type regedit → Enter.
- Find the key:
HKEY_LOCAL_MACHINE\SYSTEM\Setup
- Right click → New → Key → name it LabConfig.
- Inside, create these DWORD (32-bit) Values:
BypassTPMCheck = 1
BypassSecureBootCheck = 1
BypassCPUCheck = 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.
- Download Rufus (current version).
- Insert the Windows 11 ISO file.
- When creating a USB, a window with options will appear - check:
- „Remove requirement for 4GB RAM, Secure Boot and TPM 2.0“
- 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:
- Open the Windows 11 ISO (double-click).
- Run setup.exe.
- Before installation, use registry bypass (see above), or a modified ISO from Rufus.
- 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.