Using Windows Task Scheduler to Launch Atakama

Atakama is configured to run by default when a user logs in. However, you can configure Windows Task Scheduler to launch Atakama without requiring user login. The Task Scheduler can facilitate functions such as the Key Shard Server and Auto Encryption to work after unplanned outages that may require restarts.


Create a task to launch Atakama after server restart


  1. Open Task Scheduler: Press "Windows + R" to open the Run dialog, type "taskschd.msc" (without quotes), and hit Enter. This will open the Task Scheduler application.

  2. Create a new task: In the Task Scheduler window, click on "Create Basic Task..."in the Actions pane on the right side. 

  3. Name the task: Launch Atakama at boot

  4. Trigger: Select "When the computer starts" as the trigger.

  5. Action: Choose "Start a program" as the action to be performed when the trigger is activated.

  6. Program/script: Click the "Browse" button and select “AtakamaW.exe” from the C:\Program Files\Atakama (Atakama.exe does not work for this task).

  7. Finish: Review your settings and click "Finish" to create the task.

  8. Open the task, go to:

    1. General and select Run whether user is logged on or not.

    2. Settings tab and uncheck the option “Stop the task if it runs longer than” and click OK.

  9. You will need to type in the login's password to allow this task to run without logging in.


Create a task to launch Atakama after logoff (required if Key Shard Server is also used as an administrator)


  1. Open Task Scheduler: Press "Windows + R" to open the Run dialog, type "taskschd.msc" (without quotes), and hit Enter. This will open the Task Scheduler application.

  2. Create a new task: In the Task Scheduler window, click on "Create Basic Task..." in the Actions pane on the right side. 

  3. Name the task: Give your task a descriptive name and add an optional description to help identify its purpose.

  4. Trigger: Select "When a specific event is logged" as the trigger.

  5. Configure the trigger settings:

    1.  Log: Select "Security" from the drop-down menu.

    2. Source: Type "Microsoft-Windows-Security-Auditing" (without quotes) in the Source field.

    3. Event ID: Enter "4647" (without quotes). This Event ID corresponds to a logoff event.

  6. Action: Choose "Start a program" as the action to be performed when the trigger is activated.

  7. Program/script: Click the "Browse" button and select “AtakamaW.exe” from the C:\Program Files\Atakama (Atakama.exe does not work for this task).

  8. Finish: Review your settings and click "Finish" to create the task.

  9. Open the task, go to:

    1. General and select Run whether user is logged on or not.

    2. Settings tab and uncheck the option “Stop the task if it runs longer than” and click OK.

  10. You will need to type in the login's password to allow this task to run without logging in.


Note: You need to disable Atakama from startup (can be done via Task Manager) to prevent multiple Atakama processes from starting up and potentially causing issues for the Key Shard Server.



Create a task to launch Atakama to auto-encrypt a specific folder daily


  1. Open Task Scheduler: Press "Windows + R" to open the Run dialog, type "taskschd.msc" (without quotes), and hit Enter. This will open the Task Scheduler application.

  2. Create a new task: In the Task Scheduler window, click on "Create Basic Task..."in the Actions pane on the right side. 

  3. Name the task: Launch Atakama at boot

  4. Trigger: Select "Daily" as the trigger.

  5. Set a specific time when the task will be triggered.

  6. Action: Choose "Start a program" as the action to be performed when the trigger is activated.

  7. Program/script: Click the "Browse" button and select “Atakama.exe” from the C:\Program Files\Atakama folder. In the "Add arguments" field, add "file protect [folder path] --recursive" (without the quotes and replace [folder path] with the backend path of the secure folder).

  8. Finish: Review your settings and click "Finish" to create the task.

  9. Open the task, go to:

    1. General and select Run whether user is logged on or not.

    2. Settings tab and uncheck the option “Stop the task if it runs longer than” and click OK.

  10. You will need to type in the login's password to allow this task to run without logging in.



Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.