Update win2008r2.xml

This commit is contained in:
Kroese 2024-04-28 12:37:52 +02:00 committed by GitHub
parent a49e0b88fa
commit 1f34f8d204
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -302,6 +302,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>17</Order>
<CommandLine>cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"</CommandLine>
<Description>Execute custom script from the OEM folder if exists</Description>
</SynchronousCommand>
</FirstLogonCommands>
</component>
</settings>