The WinReducer Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

The WinReducer ForumLog in

FORUM

descriptionavoid TPm/UEFI checking Emptyavoid TPm/UEFI checking

more_horiz
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

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

descriptionavoid TPm/UEFI checking EmptyRe: avoid TPm/UEFI checking

more_horiz
Hello,
yes, an optional component to skip the requirements bypass would be great. So that we don't have to do this every time inside of the setup.

Additionaly there is: (untested)
"BypassDiskCheck"=dword:00000001

With the LabConfig reg-entries I can confirm that bypassing the requirements is possible.

descriptionavoid TPm/UEFI checking EmptyRe: avoid TPm/UEFI checking

more_horiz
Hello guys,

I confirm that the TPM bypass check is one of my top priorities for the next release Smile

cheers

descriptionavoid TPm/UEFI checking EmptyRe: avoid TPm/UEFI checking

more_horiz
The temp solution is just replace the win11 boot wim with win10 boot wim, that way no CPU or TPM check, install works.  
Though I would want to ask is it possible to add an option in ISO creation to skip the boot prompt (Press any key to boot)?
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum