1
0
قرینه از https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

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

This commit is contained in:
Kroese
2024-02-08 02:53:52 +01:00
کامیت شده توسط GitHub
والد 4e9ac3ef37
کامیت 45582e8fd6
7فایلهای تغییر یافته به همراه35 افزوده شده و 0 حذف شده
+5
مشاهده پرونده
@@ -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>