From d420b6f3610b080d7481be9dc4a5d016a5fd2ef8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 4 Sep 2026 16:59:07 +0200 Subject: [PATCH] Update win11x64-iot.xml --- assets/win11x64-iot.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/assets/win11x64-iot.xml b/assets/win11x64-iot.xml index ea4bf579..39e0a9cc 100644 --- a/assets/win11x64-iot.xml +++ b/assets/win11x64-iot.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