Hi Winterstorm,

I would kindly ask you to add the reg keys to bypass the hardware limits of Windows 11.

The first values are for a new and clean installation:

Code:

[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001
"BypassStorageCheck"=dword:00000001
"BypassCPUCheck"=dword:00000001
"BypassDiskCheck"=dword:00000001


the next one is for directly upgrading inplace from Windows 10 to Windows 11 without the hardware limits

Code:

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\PCHC]
"UpgradeEligibility"=dword:00000001


I have tried to insert those values via the windows registry ingetrator. Unfortunately it seems that these values are only added in the install.wim, but I think those are needed in the boot.wim to work.

Can you please add them to WinReducer?

Thank you and best regards,
Markus