Created
October 1, 2022 06:19
-
-
Save dvgamerr/5bd0e916b0fc70441abf1fb1b86be3ec to your computer and use it in GitHub Desktop.
How to Bypass TPM 2.0 and Secure Boot on VirtualBox to Install Windows 11 22H2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reg add HKLM\system\setup\LabConfig /v BypassTPMCheck /d 1 | |
reg add HKLM\system\setup\LabConfig /v BypassRAMCheck /d 1 | |
reg add HKLM\system\setup\LabConfig /v Bypasssecurebootcheck /d 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment