Literally stumped - why does the Task Scheduler start an application, but doesn't start the application?

Todd Gilbey 6 Reputation points
2021-04-02T11:12:51.753+00:00

Right, I'm sorry but this is absolutely the most stupidest thing I have ever come across.

I have create a Task Scheduler entry where a third-party application starts up whenever my system starts up, & regardless as to weather the user is logged in or not.

Upon testing this - before I log in I hear the sound the application makes when it starts, great, but when when I log in, the Application is not there to greet me.

I'm sorry but when I tell Task Scheduler to start an application upon system start-up, that is what I expect it to do, not "announce" it has started up then decide "actually, I'm not going to start up at all...."

Absolutely stupid.

83989-startup-window.png

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,559 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Castorix31 81,461 Reputation points
    2021-04-02T11:29:52.21+00:00

    See MSDN doc at : Task Security Context :

    You can specify that a task should run even if the account under which the task is scheduled to run is not logged on when the task is triggered.
    To do this, select the radio button labeled Run whether user is logged on or not .

    If this radio button is selected, tasks will not run interactively.


  2. Castorix31 81,461 Reputation points
    2021-04-02T13:48:56.6+00:00

    A workaround =>

    As explained above, Task Scheduler without User Login : Not interactive applications (without GUI)

    To launch an application with a GUI without User Login :

    Type
    [Win] + R
    (execute dialog box)
    Type :
    shell:common startup
    (global StartUp folder)
    Then you can add there a shortcut to your app, which will be executed without logged on User and will appear after you log on
    (tested on Windows 10 1909)


  3. Grace HE 1,236 Reputation points
    2021-04-08T09:40:11.527+00:00

    Hi,
    Thank you for posting your query. According to your description, here are some hints for you.

    Task schedulers start a task and shows running, but nothing happens
    https://learn.microsoft.com/en-us/answers/questions/76050/task-scheduler-start-a-task-and-shows-running-but.html

    Best Regards,
    Grace

    ---If the suggestions above are helpful, please ACCEPT ANSWER. Really appreciate. This will also help others with similar issue to find this post quickly. ---

    0 comments No comments