1
0
tükörképe a: 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
committed by GitHub
szülő fddd503404
commit 1def1a305b
14 fájl változott, egészen pontosan 139 új sor hozzáadva és 204 régi sor törölve
+6 -1
Fájl megtekintése
@@ -328,7 +328,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>