cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
LoganR
Level 2

task issue

Hello,

I'm trying to start an .exe file with my task, it starts but I can't see it, I see it active but only in the task manager, it doesn't open on the screen...

What could I do?

Labels (1)
0 Kudos
(1) Reply
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

I believe that Windows TaskScheduler won't start a UI if the "Run whether user is logged on or not" is selected.

To enable the task to run interactively try selecting:
Run only if logged on = Yes

Be aware that you will also need to provide a password (under the Run as setting) otherwise the task can not be created at runtime and the install will abort.

I hope this helps,
Stuart

0 Kudos