Hello,
i would like to run command prompt with special arguments cause i need the user to run a batch-file.
Direct linking the batch file in the kiosk just offers the user to save or start the batch, but i want it to execute directly.
Packaging the batch as executable isnt working either.
In the Help Section there is info on giving parameter to an executable:

So my resolution was to run batch via this linked in the lockdown:
C:\Windows\SysWOW64\cmd.exe,/c "c:\batch.bat"
But it just opens command prompt.
Does anyone has a bit of experience with the windows lockdown?