Update winvistax64-ultimate.cmd

This commit is contained in:
Kroese
2026-09-03 19:44:21 +02:00
committed by GitHub
parent 60b956847c
commit ec7325ba68
+1 -1
View File
@@ -16,7 +16,7 @@ exit /b 2
rem Install the VMWare display driver before Windows Setup's final reboot. 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 Root "%SystemRoot%\Drivers\vmsvga\vm3d.cer" >nul 2>&1
certutil.exe -addstore -f TrustedPublisher "%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 exit /b 0