Update win81x64.xml

This commit is contained in:
Kroese 2024-02-08 02:43:51 +01:00 committed by GitHub
parent ced4b2e4d8
commit dab72f7b36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -312,6 +312,11 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>12</Order>
<CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f</CommandLine>
<Description>Allow guest access to network shares</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>13</Order>
<CommandLine>msiexec /i E:\virtio-win-gt-x64.msi /qb!</CommandLine>
<Description>Install VirtIO drivers</Description>
</SynchronousCommand>