Sysmon installation not marking as completed

Hi All,
I’m trying to install SYSMON through BigFix, installation completes but action status is not marked as completed as the prompt window waiting for Press any key to continue….
How to make the action status complete.

waithidden “{pathname of system folder & “\cmd.exe”}” /c “c:\temp\Sysmon\install-sysmon.bat”

Above is the installation command used.

So what is the content of install-sysmon.bat?

Does it end with ‘pause’ by any chance?

Hi
@echo off
cd C:\TEMP\Sysmon
Sysmon.exe -accepteula -i sysmonconfig-export.xml
pause
exit

above lines are in bat file.

There is your answer then - take out the pause