Skip to content

Instantly share code, notes, and snippets.

@christian-korneck
Created May 5, 2024 04:21
Show Gist options
  • Save christian-korneck/3707ac335b95a0c20ba761bc9fba36f1 to your computer and use it in GitHub Desktop.
Save christian-korneck/3707ac335b95a0c20ba761bc9fba36f1 to your computer and use it in GitHub Desktop.
Win11 install - bypass compatibility checks (no TPM, no UEFI, etc)

in Windows setup: SHIFT + F10 opens a cmd shell. Then regedit.

[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001
"BypassStorageCheck"=dword:00000001
"BypassCPUCheck"=dword:00000001
"BypassDiskCheck"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment