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.
- start Windows 11 installer normaly
- Press Shift + F10 to open command window on the installation screen
- 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
- 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.