How to launch a program under remote session

Am looking to schedule an application that will be running when a user is in the desktop session. During our test, the following command was use "dos /c “c:\windows\app.exe”

However, the application never launch but Bigfix console says that the task completed successfully.

If the app is executed manually, it works without no issues. We need to be able to launch this app under anyone session.

Lions1855,
This sounds like a case to use the action Override commands to RunAs=currentuser

https://developer.bigfix.com/action-script/reference/execution/override.html

1 Like

That seems to work except that if the user decide to close the application. Then, there is an application error. Its like bigfix task manager does not like the end user closing the application.

Do we need the ability to RunAs disconnected from the launched program’s exit code?

Perhaps check out disposition= or completion= options of the Override command?

1 Like