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