From 8de285a22bc96276cf0ba5e6080f56c781882aa1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 11 Oct 2024 11:40:53 +0200 Subject: [PATCH] feat: Install VirtIO display driver (#194) --- assets/win11arm64-enterprise.xml | 7 ++++++- assets/win11arm64-ltsc.xml | 7 ++++++- assets/win11arm64.xml | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/assets/win11arm64-enterprise.xml b/assets/win11arm64-enterprise.xml index 7fec812..04dcf4a 100644 --- a/assets/win11arm64-enterprise.xml +++ b/assets/win11arm64-enterprise.xml @@ -447,11 +447,16 @@ 22 + pnputil -i -a C:\Windows\Drivers\viogpudo\viogpudo.inf + Install VirtIO display driver + + + 23 cmd /C rd /q C:\Windows.old Remove empty Windows.old folder - 23 + 24 cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat" Execute custom script from the OEM folder if exists diff --git a/assets/win11arm64-ltsc.xml b/assets/win11arm64-ltsc.xml index 959be11..147db97 100644 --- a/assets/win11arm64-ltsc.xml +++ b/assets/win11arm64-ltsc.xml @@ -452,11 +452,16 @@ 22 + pnputil -i -a C:\Windows\Drivers\viogpudo\viogpudo.inf + Install VirtIO display driver + + + 23 cmd /C rd /q C:\Windows.old Remove empty Windows.old folder - 23 + 24 cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat" Execute custom script from the OEM folder if exists diff --git a/assets/win11arm64.xml b/assets/win11arm64.xml index 67d6ef9..19d22a1 100644 --- a/assets/win11arm64.xml +++ b/assets/win11arm64.xml @@ -447,11 +447,16 @@ 22 + pnputil -i -a C:\Windows\Drivers\viogpudo\viogpudo.inf + Install VirtIO display driver + + + 23 cmd /C rd /q C:\Windows.old Remove empty Windows.old folder - 23 + 24 cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat" Execute custom script from the OEM folder if exists