Update autostart.rst

typos fixed, changed brackets to double quotes
This commit is contained in:
Gal Szkolnik
2015-11-23 10:44:57 -05:00
parent 538aaa8ad3
commit 8489f7bc88
+13 -13
View File
@@ -14,25 +14,25 @@ Task Scheduler
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
#. Start the `Task Scheduler <https://en.wikipedia.org/wiki/Windows_Task_Scheduler>`__ #. Start the `Task Scheduler <https://en.wikipedia.org/wiki/Windows_Task_Scheduler>`__
#. Create a New Task ([Action] menu -> [Create Task...]) #. Create a New Task ("Action" menu -> "Create Task...")
#. General Tab: #. General Tab:
#. Name the task (for example 'SyncThing') #. Name the task (for example 'Syncthing')
#. Check "Run whether user is logged on or not: #. Check "Run whether user is logged on or not"
#. Triggers Tab: #. Triggers Tab:
#. Click [New...] #. Click "New..."
#. Set [Begin the task] to [At Startup] #. Set "Begin the task" to "At Startup"
#. (optional) choose a delay #. (optional) choose a delay
#. Make sure Enabled is checked #. Make sure Enabled is checked
#. Click [OK] #. Click "OK"
#. Actions Tab: #. Actions Tab:
#. Click [New...] #. Click "New..."
#. [Action] should be set as [Start a program] #. [Action] should be set as "Start a program"
#. Enter the path to syncthing.exe in [Program/Script] #. Enter the path to syncthing.exe in "Program/Script"
#. Click [OK] #. Click "OK"
#. Settings Tab: #. Settings Tab:
#. (recommended) Kepp the checkbox on [Allow task to be run on demand] #. (recommended) Keep the checkbox on "Allow task to be run on demand"
#. Clear checkbox from [Stop task if it runs longer than:] #. Clear checkbox from "Stop task if it runs longer than:"
#. (recommended) Keep [Do not start a new instance] for [If the task is already running, then the following rule applies] #. (recommended) Keep "Do not start a new instance" for "If the task is already running, then the following rule applies"
#. Click OK #. Click OK
#. Enter password for the user. #. Enter password for the user.