From 8a0245156d6f7765a451c65e592a1c430d1c997b Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 11 Mar 2025 06:01:49 +0100 Subject: [PATCH] Update win11arm64-ltsc.xml --- assets/win11arm64-ltsc.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/win11arm64-ltsc.xml b/assets/win11arm64-ltsc.xml index ba392fb..9cb3cd9 100644 --- a/assets/win11arm64-ltsc.xml +++ b/assets/win11arm64-ltsc.xml @@ -267,6 +267,11 @@ reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f Set Network Location to Home + + 26 + pnputil -i -a C:\Windows\Drivers\viogpudo\viogpudo.inf + Install VirtIO display driver + @@ -446,16 +451,11 @@ 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 - 24 + 23 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