Update win10x64.xml

This commit is contained in:
Kroese 2024-04-28 12:12:09 +02:00 committed by GitHub
parent bca7c75f07
commit 95b1b25c16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -464,6 +464,11 @@
<CommandLine>netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes</CommandLine>
<Description>Enable File Sharing</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>23</Order>
<CommandLine>cmd.exe /c if exist "C:\OEM\install.bat" start "Install" "C:\OEM\install.bat"</CommandLine>
<Description>Execute custom script from the OEM folder if exists</Description>
</SynchronousCommand>
</FirstLogonCommands>
</component>
</settings>