diff --git a/assets/win11x64-ltsc.xml b/assets/win11x64-ltsc.xml index cf52ad0b..f227ffd8 100644 --- a/assets/win11x64-ltsc.xml +++ b/assets/win11x64-ltsc.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 +