Update win81x64-enterprise-eval.xml

This commit is contained in:
Kroese 2024-04-26 15:27:01 +02:00 committed by GitHub
parent 80785a203d
commit 9a36e889e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -319,7 +319,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>