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

feat: Automatically execute script after installation (#423)

Este cometimento está contido em:
hellodword
2024-04-28 11:03:37 +00:00
cometido por GitHub
ascendente 3390ef8101
cometimento 02c95fb960
17 ficheiros modificados com 120 adições e 3 eliminações
+5
Ver ficheiro
@@ -375,6 +375,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 /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>