From 6364bc42d03c5b1a56ba4e38dbc894062dece9b6 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 1 Sep 2026 20:17:30 +0200 Subject: [PATCH] Update win7x64-ultimate.cmd --- assets/win7x64-ultimate.cmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win7x64-ultimate.cmd b/assets/win7x64-ultimate.cmd index 74bd7491..a5d6f81a 100644 --- a/assets/win7x64-ultimate.cmd +++ b/assets/win7x64-ultimate.cmd @@ -68,6 +68,11 @@ rem Install the product key without activating Windows immediately. cscript.exe //B //Nologo "%SystemRoot%\System32\slmgr.vbs" /ipk "XXX" rem END PRODUCT_KEY +rem Install the VMWare display driver last to avoid disrupting earlier setup work. +certutil.exe -addstore -f Root "%SystemRoot%\Drivers\vmsvga\vm3d.cer" >nul 2>&1 +certutil.exe -addstore -f TrustedPublisher "%SystemRoot%\Drivers\vmsvga\vm3d.cer" >nul 2>&1 +pnputil.exe -i -a "%SystemRoot%\Drivers\vmsvga\vm3d.inf" + type nul > "%SETUP_COMPLETE%" exit /b 0