1
0
镜像自地址 https://github.com/dockur/windows.git 已同步 2026-06-10 11:59:33 +08:00

fix: Workaround VirtIO display driver bug (#788)

这个提交包含在:
Kroese
2024-10-10 23:15:46 +02:00
提交者 GitHub
父节点 42d4e075d8
当前提交 a2208ace94
修改 8 个文件,包含 39 行新增0 行删除
+5
查看文件
@@ -337,6 +337,11 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>21</Order>
<CommandLine>pnputil -i -a C:\Windows\Drivers\viogpudo\viogpudo.inf</CommandLine>
<Description>Install VirtIO display driver</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>22</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>