Situatie
TPM 2.0 and Secure Boot are major requirements for Windows 11. If your PC doesn’t have TPM or Secure Boot, you can make the Windows 11 installer setup to ignore this deficiency. All you need to do to achieve this is to make some changes in the Registry Editor.
Solutie
Pasi de urmat
Press the Windows logo key + R to launch the Run app, type “Regedit” in the text box, and click Open.
When the Registry Editor window launches, navigate to the following location.
HKEY_LOCAL_MACHINE\SYSTEM\Setup
When the new entry is created under Setup, rename the newly created New Key #1 to LabConfig.
Assign BypassSecureBootCheck as a name to this new registry entry. Double click this entry and change the Value data to 1.
Now, right-click on LabConfig once again, select New > DWORD (32-bit) Value, create another entry, and name it BypassTPMCheck. Double-click the new file and set its value to 1.
Thus, you now have 2 new entries under HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig. BypassSecureBootCheck and BypassTPMCheck will prevent Windows 11 installer from checking for Secure Boot and TPM 2.0.
Leave A Comment?