Windows - Linux - Powershell
For systems that don’t meet the unreasonable requirements from Microsoft - https://www.microsoft.com/en-us/windows/windows-11-specifications
[Shift]
+ [F10]
to open a command promptregedit
Key
at HKEY_LOCAL_MACHINE\System\Setup\
called LabConfig
DWORD 32-bit
values:
BypassTPMCheck
= 1
BypassSecureBootCheck
= 1
BypassCPUCheck
= 1
Create the following key to skip CPU and TPM checks
reg add "HKLM\System\Setup\MoSetup" /v "AllowUpgradesWithUnsupportedTPMOrCPU" /t REG_DWORD /d 1 /f
Rufus can also skip hardware checks among other things when creating media from a .iso
OK