Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save InjectedPie/280d1c895289287f6f39fab71f0a268f to your computer and use it in GitHub Desktop.
Save InjectedPie/280d1c895289287f6f39fab71f0a268f to your computer and use it in GitHub Desktop.
Windows 11 Inplace Upgrade on unsupported Hardware.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup]
"AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\PCHC]
"UpgradeEligibility"=dword:00000001
[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