Windows 11 is a 64-bit OS only. Like macOS, Microsoft has also moved to support only 64-bit systems with their latest operating system. In addition to the 64-bit requirement, Windows 11 also requires a secure boot of UEFI and TPM 2.0 on a system to run them. For many users, it is the TPM chip version that prevents them from upgrading to Windows 11.
Install Windows 11 without TPM
The TPM chip is a hardware component. If your system does not have one, it is likely that you will need to purchase a new system. This chip is not just something you can upgrade as RAM. Your motherboard may not support a newer version of the chip. That said, you can bypass the Windows 11 requirement for the chip.
To do this, it is best to upgrade to Windows 11 from Windows 10. Before upgrading, you need to edit the registry and tell Windows 10 to avoid the TPM requirement.
This is generally safe but we strongly encourage you to restore important files on your system before proceeding. If possible, create a restore point. This will work for systems with both supported and unsupported CPUs.
How to install Windows 11 without TPM
To install Windows 11 on a system that does not have a TPM chip, or does not have TPM 2.0, follow these steps.
- Tap on the Win + R keyboard shortcut to open the run box.
- In the run box, enter
regedit
and tap the Enter key. - go to
HKEY_LOCAL_MACHINESYSTEMSetup
- Right-click the Setup key and select New> Key from the context menu.
- Name this key:
LabConfig
.
- Right-click the newly created LabConfig key and select New Value> DWORD (32-bit) from the context menu.
- Name this DWORD value
BypassTPMCheck
. - Double-click the BypassTPMCheck value and set its value to 1.
- Right-click the LabConfig key again and select New Value> DWORD (32-bit) from the context menu.
- Name it
BypassRAMCheck
. - Double-click on it and set its value to 1.
- Right-click LabConfig again, and select New Value> DWORD (32-bit).
- Name this value
BypassSecureBootCheck
. - Double-click on it and set its value to 1.
- Click Ok and close the registry editor.
- Run the configuration file for Windows 11.
Note: You can upgrade to Windows 11 by creating an installation disk, connecting it to your Windows 10 system, and accessing it from File Explorer.
Clean install Windows 11
If you are not upgrading to Windows 11 from Windows 10, and instead choose to clean the new OS, you still need to edit the registry. The trick is to get to the table before installing Windows 11.
- Shut down your computer.
- Turn the system on and go to BIOS.
- Switch the first boot device to USB.
- Connect the USB disk / Windows 11 installation.
- Restart the computer.
- When the Windows 11 installation prompts, you will see a message “This PC cannot run Windows 11”.
- Press the Shift + F10 keyboard shortcut to open Command Prompt.
- In Command Prompt, enter
regedit
and tap Enter. - The editor of the registry will open.
- Follow the steps in the previous section and make all edits to registration.
- Once the edits are complete, enter Revolution in the Command Prompt window.
- Click the Back button on “This PC cannot run the Windows 11 screen”.
- Run the installation again and it should work.
Conclusion
Microsoft does not routinely create software that prompts users to purchase new hardware. If you have a system that is too old to have a TPM 2.0 chip, you should consider purchasing a new system. The TPM chip adds better security to your system and going forward, you will need it. It is also possible that Microsoft will capture this work around leaving you in a bind.
The post How to install Windows 11 without TPM [Bypass CPU requirements] first appeared on TechtricksNg.