Skip to content

Instantly share code, notes, and snippets.

@dvgamerr
Created October 1, 2022 06:19
Show Gist options
  • Save dvgamerr/5bd0e916b0fc70441abf1fb1b86be3ec to your computer and use it in GitHub Desktop.
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
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