From dc106f0957ddb85dca7bbbbc7684df34a5f6019e Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 12:40:45 +0200 Subject: [PATCH] Update winvistax64.xml --- assets/winvistax64.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/winvistax64.xml b/assets/winvistax64.xml index 22739a1..b613f6f 100644 --- a/assets/winvistax64.xml +++ b/assets/winvistax64.xml @@ -259,6 +259,11 @@ reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f Enable RemoteAPP to launch unlisted programs + + 20 + 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 +