Skip to content

Commit 7622799

Browse files
authored
chore: adjust from the last review
1 parent e1ef970 commit 7622799

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

users/autostart.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,13 @@ by a sysadmin who knows enough to understand the security implications.
252252
#. Start the service via ``sc start syncthing`` in the Command Prompt.
253253
#. Connect to the Syncthing UI, enable HTTPS, and set a secure username and password.
254254

255-
For Advanced Users
256-
^^^^^^^^^^^^^^^^^^
255+
CLI and Native Solutions for Terminal Users
256+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
257257

258-
It's possible to run Windows Task Scheduler CLI API with a command such as
258+
It's possible to run Windows Task Scheduler native CLI API with a command such as
259259
``schtasks /create /sc ONLOGON /tn Syncthing /tr "<program-path> [--no-console --no-browser]"``.
260-
The operation requires elevated privileges. Preventing the pop-up console that hides after
261-
some delay is possible wrapping the executable with a ``PowerShell`` script.
260+
The operation requires elevated privileges. If you're facing issues when using ``--no-console``, you can
261+
try wrapping the executable with a ``PowerShell`` script.
262262

263263
``script.ps1``::
264264

0 commit comments

Comments
 (0)