Would be possible to bypass the TPM/UEFI checking
for the time being I use .132 .iso which contain en old checking .dll
solution can be to change it in .194 .iso
or perhaps using .reg if they work as
or
for the time being I use .132 .iso which contain en old checking .dll
solution can be to change it in .194 .iso
or perhaps using .reg if they work as
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001
"BypassStorageCheck"=dword:00000001
"BypassCPUCheck"=dword:00000001
or
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup]
"AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001