Describe the bug
Improvement: Always Pass TPM Version if BypassTPMCheck and AllowUpgradesWithUnsupportedTPMOrCPU is set.
To Reproduce
Create HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup
Add REG_DWORD called AllowUpgradesWithUnsupportedTPMOrCPU and set to 1 (one)
Create HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig
Add REG_DWORD called BypassTPMCheck and set to 1 (one)
Expected behavior
TPM Version should show Supported
These registry keys allow Win11 to be installed or upgraded without a TPM.
So in reality the user can now install / upgrade Win11 just fine so should reflect that.
Describe the bug
Improvement: Always Pass TPM Version if BypassTPMCheck and AllowUpgradesWithUnsupportedTPMOrCPU is set.
To Reproduce
Create HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup
Add REG_DWORD called AllowUpgradesWithUnsupportedTPMOrCPU and set to 1 (one)
Create HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig
Add REG_DWORD called BypassTPMCheck and set to 1 (one)
Expected behavior
TPM Version should show Supported
These registry keys allow Win11 to be installed or upgraded without a TPM.
So in reality the user can now install / upgrade Win11 just fine so should reflect that.