(Created page with "Windows 11 install - bypass TPM Check") |
No edit summary |
||
Line 1: | Line 1: | ||
Windows 11 install - bypass TPM Check | ===Windows 11 install - bypass TPM Check=== | ||
[[File:Imagewin11.png|frameless]][[File:Imagewinn112.png|frameless]][[File:Imagewinn1123.png|frameless]] | |||
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!<syntaxhighlight lang="powershell"> | |||
REG ADD HKLM\SYSTEM\Setup\LabConfig /v BypassTPMCheck /t REG_DWORD /d 1 | |||
</syntaxhighlight> |
Revision as of 17:35, 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