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

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

This commit is contained in:
hellodword
2024-04-26 05:23:40 +00:00
committato da GitHub
parent 44a5fa3bf4
commit 638e21d6b2
12 ha cambiato i file con 62 aggiunte e 2 eliminazioni
+5
Vedi File
@@ -475,6 +475,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>