1
0
zrcadlo https://github.com/dockur/windows.git synchronizováno 2026-06-10 11:59:33 +08:00

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

Tento commit je obsažen v:
Kroese
2024-02-08 02:53:52 +01:00
odevzdal GitHub
rodič 4e9ac3ef37
revize 45582e8fd6
7 změnil soubory, kde provedl 35 přidání a 0 odebrání
+5
Zobrazit soubor
@@ -419,6 +419,11 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>14</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>15</Order>
<CommandLine>msiexec /i E:\virtio-win-gt-x64.msi /qb!</CommandLine>
<Description>Install VirtIO drivers</Description>
</SynchronousCommand>