Skip to content

Update autostart.rst to note about https://github.com/syncthing/syncthing/issues/8046 #936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions users/autostart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,24 @@ user account in Windows. No console or browser window will pop-up, but
you can still access the interface by opening http://localhost:8384 in
a Web browser.

.. note::

**Running Syncthing Without a Console Window Using conhost.exe**

If you notice a console window appearing when Syncthing starts, you can use the Windows ``conhost.exe`` utility to run Syncthing in the background without a visible console window.

When configuring the Task Scheduler action, set the "Program/script:" field to:

``C:\Windows\System32\conhost.exe``

and the "Add arguments (optional):" field to:

``"C:\Syncthing\syncthing.exe" --no-console --no-browser``

Adjust the path to ``syncthing.exe`` if you installed it elsewhere.

For more details, see the community discussion at https://github.com/syncthing/syncthing/issues/8046.

.. _autostart-windows-tools:

Install and run using third-party tools
Expand Down