1
0
réplica de https://github.com/dockur/windows.git sincronizado 2026-06-12 13:19:34 +08:00

feat: Enable file sharing by default (#425)

Este cometimento está contido em:
Kroese
2024-04-26 16:00:46 +02:00
cometido por GitHub
ascendente fddd503404
cometimento 1def1a305b
14 ficheiros modificados com 139 adições e 204 eliminações
+6 -1
Ver ficheiro
@@ -319,7 +319,12 @@
<SynchronousCommand wcm:action="add">
<Order>15</Order>
<CommandLine>netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes</CommandLine>
<Description>Enable Network Discovery and File Sharing</Description>
<Description>Enable Network Discovery</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>16</Order>
<CommandLine>netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes</CommandLine>
<Description>Enable File Sharing</Description>
</SynchronousCommand>
</FirstLogonCommands>
</component>