From fc1386f22dc7e2128897679d8a15384531fed22e Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 3 Sep 2026 19:43:01 +0200 Subject: [PATCH] Update win7x86-enterprise.cmd --- assets/win7x86-enterprise.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/win7x86-enterprise.cmd b/assets/win7x86-enterprise.cmd index 460e0347..a45c14b8 100644 --- a/assets/win7x86-enterprise.cmd +++ b/assets/win7x86-enterprise.cmd @@ -16,7 +16,7 @@ exit /b 2 rem Install the VMWare display driver before Windows Setup's final reboot. 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" +start "" /wait /b pnputil.exe -i -a "%SystemRoot%\Drivers\vmsvga\vm3d.inf" >nul 2>&1 exit /b 0