I believe in the past on windows 10, I used to run the ASUS tasks via the task schedular. It just does not work anymore.
How did you determine that it is not working? Does the task show as "running"? Do you see the program running in the Task Manager details tab? What did you use as a trigger? In your image it shows "History (disabled)"; you should enable that so you can see when the task starts and stops.
Since the task is using an account that is different from the desktop user, you will need to use "Run whether the user is logged in or not". That means that any window that the program displays will not be visible to the desktop user. If these are command line programs, you can redirect stdout and stderr to a file so that you can see the output. If they are GUI programs then you are out of luck.
Have you asked for help in an Asus forum? Based on the program names, I have to question why they are not defined to run as a Windows service. That would solve your problem.
Obvious question... why can't these programs run as the desktop user? What do they do that requires administrator level access? The Samsung program looks like it only needs to run when the admin wishes to perform SSD management.
Obvious question... why can't these programs run as the desktop user? What do they do that requires administrator level access? The Samsung program looks like it only needs to run when the admin wishes to perform SSD management.