Windows 11 bypass TPM 2.0 requirement hack
- Ethan Wilson
- Oct 8, 2021
- 1 min read
Updated: May 3, 2022
Start the installation of Windows 11, wait for a "This PC can't run Windows 11" message to appear and then pressing Shift + F10
At the command prompt, type regedit and press Enter
Navigate to HKEY_LOCAL_MACHINE \ SYSTEM \ Setup and create a new key called LabConfig
Under this key, create a new DWORD (32-bit) value called BypassTPMCheck and set its value to 1
Create another new DWORD (32-bit) value called BypassRAMCheck and set its value to 1
Create a third new DWORD (32-bit) value called BypassSecureBootCheck and set its value to 1
Close the Registry Editor, type exit and hit Enter
When you are returned to the Windows Setup screen, click the back arrow and then restart the installation process.
You should find that you are able to install Windows 11
Comments