From 521a99a087627828879e7c0f5daf2f716319f3ad Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 4 Sep 2026 03:20:25 +0200 Subject: [PATCH] Update win11x64-iot.xml --- assets/win11x64-iot.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win11x64-iot.xml b/assets/win11x64-iot.xml index 08fb8fbf..3137f840 100644 --- a/assets/win11x64-iot.xml +++ b/assets/win11x64-iot.xml @@ -105,6 +105,11 @@ 4 reg.exe add "HKLM\SYSTEM\Setup\MoSetup" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f + + 5 + cmd.exe /d /c call "%WINDIR%\Setup\Scripts\SetupComplete.cmd" pe + Run the PE pass of the setup script +