diff --git a/assets/win2019-eval.xml b/assets/win2019-eval.xml index 831d1d1..2f9b304 100644 --- a/assets/win2019-eval.xml +++ b/assets/win2019-eval.xml @@ -375,6 +375,11 @@ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes Enable File Sharing + + 23 + cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat" + Execute custom script from the OEM folder if exists +