No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
Done!<syntaxhighlight lang="powershell"> | Done!<syntaxhighlight lang="powershell"> | ||
REG ADD HKLM\SYSTEM\Setup\LabConfig /v BypassTPMCheck /t REG_DWORD /d 1 | REG ADD HKLM\SYSTEM\Setup\LabConfig /v BypassTPMCheck /t REG_DWORD /d 1 | ||
</syntaxhighlight>If you get an error, you might have to do the same process above and run the below command and then continue with the installation.<syntaxhighlight lang="powershell"> | |||
REG ADD HKLM\SYSTEM\Setup\LabConfig /v BypassSecureBootCheck /t REG_DWORD /d 1 | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 17:37, 30 September 2023
Windows 11 install - bypass TPM Check
During install, when you get to the first screen. Hit shift + F10 to bring up the command prompt.
Then enter the below command and hit enter. Once completed it will return to the first screen. Either hit the back button, or close it out. It will return you to the install screen. Continue with the install screen as usual.
Done!
REG ADD HKLM\SYSTEM\Setup\LabConfig /v BypassTPMCheck /t REG_DWORD /d 1
If you get an error, you might have to do the same process above and run the below command and then continue with the installation.
REG ADD HKLM\SYSTEM\Setup\LabConfig /v BypassSecureBootCheck /t REG_DWORD /d 1