From 29a545dd8fe337d3d40f7a7dd118b501c7ca2279 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 15 Jan 2024 20:14:05 +0100 Subject: [PATCH] feat: Add Virtio drivers --- assets/win11x64.xml | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/assets/win11x64.xml b/assets/win11x64.xml index 06e85f1..25da1c8 100644 --- a/assets/win11x64.xml +++ b/assets/win11x64.xml @@ -93,10 +93,34 @@ - D:\NetKVM\w11\amd64\ + D:\viostor\w11\amd64 + + + D:\NetKVM\w11\amd64 - D:\vioscsi\w11\amd64\ + D:\Balloon\w11\amd64 + + + D:\pvpanic\w11\amd64 + + + D:\qemupciserial\w11\amd64 + + + D:\qxldod\w11\amd64 + + + D:\vioinput\w11\amd64 + + + D:\viorng\w11\amd64 + + + D:\vioscsi\w11\amd64 + + + D:\vioserial\w11\amd64 @@ -196,7 +220,7 @@ - Docker + Container @@ -220,6 +244,10 @@ + + password + true</PlainText> + </AdministratorPassword> </UserAccounts> <AutoLogon> <Username>Docker</Username> @@ -243,10 +271,18 @@ <SynchronousCommand wcm:action="add"> <Order>2</Order> <CommandLine>powershell.exe -NoProfile -Command "Disable-ComputerRestore -Drive 'C:';"</CommandLine> + <Description>Disable System Restore</Description> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>3</Order> - <CommandLine>D:\virtio-win-gt-x64.msi</CommandLine> + <RequiresUserInput>false</RequiresUserInput> + <CommandLine>cmd /C wmic useraccount where name="Docker" set PasswordExpires=false</CommandLine> + <Description>Password Never Expires</Description> + </SynchronousCommand> + <SynchronousCommand wcm:action="add"> + <Order>4</Order> + <CommandLine>msiexec /i E:\virtio-win-gt-x64.msi /qb!</CommandLine> + <Description>Install VirtIO drivers</Description> </SynchronousCommand> </FirstLogonCommands> </component>