From 4bdd98e4e408eeabd8e1d1e7513cd3ac9f49188b Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 4 Sep 2026 03:23:31 +0200 Subject: [PATCH] Update win11x64.cmd --- assets/win11x64.cmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win11x64.cmd b/assets/win11x64.cmd index 4be51a14..be2508ac 100644 --- a/assets/win11x64.cmd +++ b/assets/win11x64.cmd @@ -6,11 +6,16 @@ set "SETUP_STARTED=%SCRIPT_DIR%setup.started" set "SETUP_COMPLETE=%SCRIPT_DIR%setup.complete" if "%~1"=="" goto setup +if /i "%~1"=="pe" goto pe if /i "%~1"=="setup" goto setup if /i "%~1"=="logon" goto logon if /i "%~1"=="specialize" goto specialize exit /b 2 +:pe + +exit /b 0 + :specialize rem Install the VMWare display driver before Windows Setup's final reboot.