1
0
miroir de https://github.com/dockur/windows.git synchronisé 2026-06-10 11:59:33 +08:00

fix: Allow guest access to network shares (#158)

Cette révision appartient à :
Kroese
2024-02-08 02:53:52 +01:00
révisé par GitHub
Parent 4e9ac3ef37
révision 45582e8fd6
7 fichiers modifiés avec 35 ajouts et 0 suppressions
+5
Voir le fichier
@@ -322,6 +322,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>