In this sample fixlet https://bigfix.me/fixlet/details/3679,
I want to have the following in the Action script.
override wait
RunAs=localuser
hidden=true
user="domain<username>"
password=required
wait cmd.exe /C “D:\abc.bat”
However, instead of password=required, I want to pass the “secure” parameter hardcoded. How to integrate both pieces? If I change secret2 value to the password for the user name in the Action script, what would be the “password” field in the Action script? I can’t leave it out as it throws an error