1
0
miroir de https://github.com/dockur/windows.git synchronisé 2026-06-10 11:59:33 +08:00

fix: Workaround VirtIO display driver bug (#788)

Cette révision appartient à :
Kroese
2024-10-10 23:15:46 +02:00
révisé par GitHub
Parent 42d4e075d8
révision a2208ace94
8 fichiers modifiés avec 39 ajouts et 0 suppressions
+5
Voir le fichier
@@ -446,6 +446,11 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>22</Order>
<CommandLine>pnputil -i -a C:\Windows\Drivers\viogpudo\viogpudo.inf</CommandLine>
<Description>Install VirtIO display driver</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>23</Order>
<CommandLine>cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"</CommandLine>
<Description>Execute custom script from the OEM folder if exists</Description>
</SynchronousCommand>