How to Create Task to Run App or Script at Logon in Windows 10  

    How to Create Task to Run App or Script at Logon in Windows 10

    How to Create Task to Run App or Script at Logon in Windows 10

    Published by Category: General Tips
    06 Feb 2021
    Designer Media Ltd

    How to Create Task to Run App or Script at Logon in Windows 10


    The Task Scheduler enables you to automatically perform routine tasks on a chosen computer. With this service, you can schedule any program to run at a convenient time for you or when a specific event occurs. Task Scheduler does this by monitoring whatever criteria you choose (referred to as triggers) and then executing the tasks when those criteria are met.

    See also:

    This tutorial will show you how to create a task in Task Scheduler to run an app or script at logon for specific or all users in Windows 7, Windows 8, and Windows 10.

    This task will only run when a user signs in at startup or after signing out.

    This task will not run if a user is already signed in, and the user signs back in when switching users or from locking the computer.

    You must be signed in as an administrator to create a task to run at logon for all users or specific users other than your account.

    If you are signed in as a standard user, you will only be able to create a task to run at logon for only your account.




    Here's How:

    1 Press the Win + R keys to open the Run dialog, type taskschd.msc into Run, and click/tap on OK to open Task Scheduler.

    2 Click/tap on Task Scheduler Library in the left pane of Task Scheduler, and click/tap on Create Task in the right Actions pane. (see screenshot below)

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-1.png

    3 In the General tab, type a name (ex: "Run at logon") you want for this task, and type an optional description of the task if wanted. (see screenshot below)

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-2.png

    4 In the General tab, click/tap on the Change User or Group button. (see screenshot below)

    If you are currently signed in as a standard user, skip this step, and go to step 8 below instead.

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-3.png

    5 Click/tap on the Advanced button. (see screenshot below)

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-4.png

    6 Perform the following steps to select a user or group you want to run this task as: (see screenshot below)

    A) Click/tap on Find Now.

    B) Select a specific user name or group you want to use.

    If you want to have the task run for all users, then you would want to select the Users group.

    C) Click/tap on OK.

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-5.png

    7 Click/tap on OK. (see screenshot below)

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-6.png

    8 Select Windows 10 in the Configure for drop menu. (see screenshot below)

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-7.png

    9 Click/tap on the Triggers tab, and click/tap on New. (see screenshot below)

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-8.png

    10 Do step 11 (any user) or step 12 (specific user) below for how you want to run the task for.

    You would want to use the exact same user or group you used in step 6.

    You must be signed in as an administrator to have Any user available.

    If you want to run the task for all users, you would want to use Any user.

    If you want to run the task for only a specific user, you would want to use Specific user.

    If you are signed in as a standard user, you will only be able to use Specific user for your user name.



    11 To Run the Task for "Any user" (all users)

    A) Select At log on in the Begin the task drop menu. (see screenshot below)

    B) Select (dot) Any user.

    C) Click/tap on OK, and go to step 13.

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-9.png


    12 To Only Run the Task for a "Specific user"

    A) Select At log on in the Begin the task drop menu, select (dot) Specific user, and click/tap on Change User. (see screenshot below)

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-10.png

    B) Click/tap on the Advanced button. (see screenshot below)

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-11.png

    C) Click/tap on Find Now, select the user name (ex: "Brink2") you want, and click/tap on OK. (see screenshot below)

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-12.png

    D) Click/tap on OK. (see screenshot below)

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-13.png

    E) Click/tap on OK, and go to step 13. (see screenshot below)

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-14.png


    13 Click/tap on the Actions tab, and click/tap on New. (see screenshot below)

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-16.png

    14 Perform the following steps to specify the task to run an app or script: (see screenshots below)

    A) In the New Action dialog, select Start a program in the Action drop menu.

    B) In the New Action dialog, click/tap on the Browse button.

    C) In the Open dialog, navigate to and select the app (ex: "cmd.exe") or script file (ex: .ps1, .bat, .reg, etc...), and click/tap on Open.

    D) In the New Action dialog, you can add any arguments you want. For example, when opening a command prompt (cmd.exe) and run a command (aka: argument).

    E) In the New Action dialog, click/tap on OK when finished.

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-17.png How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-18.png

    14 Click/tap on the Conditions tab, check or uncheck (recommended) the Start the task only if the computer is on AC power box for what you want, and click/tap on OK. (see screenshot below)

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-20.png

    15 You will now see this new task (ex: "Run at logon") listed in the Task Scheduler Library. (see screenshot below)

    You can right click on this task to perform actions such as Disable/Enable, Delete, or Properties to edit.

    How to Create Task to Run App or Script at Logon in Windows 10-create_task_to_run_at_logon_in_task_scheduler-21.png

    16 You can now close Task Scheduler if you like.


    That's it,
    Shawn Brink






  1. Posts : 316
    Pro 20H2
       #1

    "Select Windows 10 in the Configure for drop menu."

    1) Whatever be the selection, exactly what is configured?

    2) What in the configuration varies with the selection?
      My Computer


  2. Posts : 768
    Windows 7
       #2

    Configure for: is there for running very old Windows apps in backwards compatibility mode.
    In most cases, it's never used unless someone instructs you to do it.

    How to Create Task to Run App or Script at Logon in Windows 10-image.png
      My Computer


  3. Posts : 68,886
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #3

    garlin said:
    Configure for: is there for running very old Windows apps in backwards compatibility mode.
    In most cases, it's never used unless someone instructs you to do it.
    Hello mate,

    Usually, you would just need to directly set compatibility mode for the app itself like below instead.

    Change Compatibility Mode Settings for Apps in Windows 10
      My Computers


  4. Posts : 768
    Windows 7
       #4

    You have a choice. Change it globally in the app's Properties, or only for this task's duration. That's why MS included the drop menu.
      My Computer


  5. Posts : 316
    Pro 20H2
       #5

    I think it strange that Win10 defaults to force every task to compatibility with other OSes.
      My Computer


 

Tutorial Categories

How to Create Task to Run App or Script at Logon in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:14.
Find Us




Windows 10 Forums