From 6a3e2117e6ce0a624994bc6183f8b72b870b5f60 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 11 Mar 2025 05:34:58 +0100 Subject: [PATCH] Update win11x64-ltsc.xml --- assets/win11x64-ltsc.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/win11x64-ltsc.xml b/assets/win11x64-ltsc.xml index 8e42eb6..4d56000 100644 --- a/assets/win11x64-ltsc.xml +++ b/assets/win11x64-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