Update win11x64.cmd

This commit is contained in:
Kroese
2026-09-04 03:23:31 +02:00
committed by GitHub
parent e341efe90a
commit 4bdd98e4e4
+5
View File
@@ -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.