1
0
miroir de https://github.com/dockur/windows.git synchronisé 2026-06-10 11:59:33 +08:00

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

Cette révision appartient à :
hellodword
2024-04-26 05:23:40 +00:00
révisé par GitHub
Parent 44a5fa3bf4
révision 638e21d6b2
12 fichiers modifiés avec 62 ajouts et 2 suppressions
+5
Voir le fichier
@@ -469,6 +469,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>