1
0
kopia lustrzana https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

feat: Enable file sharing by default (#425)

This commit is contained in:
Kroese
2024-04-26 16:00:46 +02:00
zatwierdzone przez GitHub
rodzic fddd503404
commit 1def1a305b
14 zmienionych plików z 139 dodań i 204 usunięć
+6 -1
Wyświetl plik
@@ -298,7 +298,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>