1
0
Mirror von https://github.com/dockur/windows.git synchronisiert 2026-06-10 11:59:33 +08:00

fix: Enable Network Discovery by default (#420) (#421)

Dieser Commit ist enthalten in:
hellodword
2024-04-26 05:23:40 +00:00
committet von GitHub
Ursprung 44a5fa3bf4
Commit 638e21d6b2
12 geänderte Dateien mit 62 neuen und 2 gelöschten Zeilen
+5
Datei anzeigen
@@ -467,6 +467,11 @@
<CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f</CommandLine>
<Description>Turn off Windows Update auto download</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>24</Order>
<CommandLine>netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes</CommandLine>
<Description>Enable Network Discovery and File Sharing</Description>
</SynchronousCommand>
</FirstLogonCommands>
</component>
</settings>