Ana içeriğe geç

Giriş Geçmişi: How to install Windows 11 on unsupported devices

Düzenleyen: Sebastian

Düzenleme onaylandı tarafından Sebastian

Önce
Sonra
Değiştirilmemiş
Introduction
With the recent release of Windows 11, Microsoft has imposed certain requirements for hardware compatibility, including the need for TPM 2.0, specific CPU architectures, and a minimum amount of RAM. However, not all users may have hardware that meets these requirements, or they may simply want to bypass these checks for other reasons.
That's where Rufus comes in. Rufus is a popular tool that can create bootable USB flash drives from ISO images, and it also offers various customization options, including the ability to bypass certain installation checks for Windows 11. In this guide, we'll walk you through the steps of using Rufus to create a bootable USB flash drive that will allow you to install Windows 11 without the need for TPM, CPU, and RAM checks, as well as online signups.[br]
[br]
=== Disclaimer ===
Before we proceed with the guide, it's important to note that while it is possible to bypass the hardware requirements for installing Windows 11 using Rufus, it does not guarantee optimal performance on underpowered hardware. Windows 11 is designed to take advantage of the latest hardware technologies, and running it on older or underpowered hardware may result in slower performance, crashes, or other issues.[br]
[br]
=== Changes made ===
Below you can see the changes Rufus will make to the registry of the installation media.
[br]
``Windows Registry Editor Version 5.00``
``[br]
``
``[HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup]``
``"AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001``
``[br]
``
``[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]``
``"BypassTPMCheck"=dword:00000001``
``"BypassSecureBootCheck"=dword:00000001``
``"BypassRAMCheck"=dword:00000001``
``"BypassStorageCheck"=dword:00000001``
``"BypassCPUCheck"=dword:00000001``