From 3ab182767c267d95efd767a9afab589db9210fff Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 4 Sep 2026 16:59:34 +0200 Subject: [PATCH] Update win11x64-enterprise.xml --- assets/win11x64-enterprise.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/assets/win11x64-enterprise.xml b/assets/win11x64-enterprise.xml index dda1eb2d..8902342f 100644 --- a/assets/win11x64-enterprise.xml +++ b/assets/win11x64-enterprise.xml @@ -91,8 +91,19 @@ 1 - cmd.exe /d /c call "%configsetroot%\$OEM$\$$\Setup\Scripts\Unattend.cmd" pe - Run the PE pass of the unattended setup script + reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassTPMCheck /t REG_DWORD /d 1 /f + + + 2 + reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassSecureBootCheck /t REG_DWORD /d 1 /f + + + 3 + reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassRAMCheck /t REG_DWORD /d 1 /f + + + 4 + reg.exe add "HKLM\SYSTEM\Setup\MoSetup" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f