How to skip TPM check on a new Windows 11 installation

Windows 11 is a nice system, but it requests a TPM chip. Not every computer has a TPM chip, so how do you install Windows 11 on these computers?

Here is a way to skill TPM chip checking, however it’s only works on new installations, not for computers upgrading from windows 10.

  1. start Windows 11 installer normaly
  2. Press Shift + F10 to open command window on the installation screen
  3. Type the following command:
    • REG ADD HKLM\SYSTEM\Setup\LabConfig /v BypassTPMCheck /t REG_DWORD /d 1
    • REG ADD HKLM\SYSTEM\Setup\LabConfig /v BypassSecureBootCheck /t REG_DWORD /d 1
  4. Close the command window and return to the installation screen to continue installation

This is how to jump the TPM detection on a new Windows 11 installation
Now you have a Windows 11 system and this computer does not have a TPM chip.


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *