From dc7cc01906fb4a1a6de358042c3c1ad91e49f477 Mon Sep 17 00:00:00 2001 From: MrAnimaniac <50218832+MrAnimaniac@users.noreply.github.com> Date: Wed, 27 Mar 2024 00:13:33 +0100 Subject: [PATCH 1/2] Update autostart.rst Added workaround for not working "--no-console" flag --- users/autostart.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/autostart.rst b/users/autostart.rst index b7b331395..fec3853b9 100644 --- a/users/autostart.rst +++ b/users/autostart.rst @@ -176,6 +176,10 @@ 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. +Using newer versions of Windows, the flag "--no-console" is reported to be not working +correctly. An easy workaround is to use ``stctl.exe --start`` instead of +``syncthing.exe --no-console --no-browser``. + .. _autostart-windows-tools: Install and run using third-party tools From 1e84665c3e8c95dab20625bd423711128af14c2d Mon Sep 17 00:00:00 2001 From: MrAnimaniac <50218832+MrAnimaniac@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:06:00 +0100 Subject: [PATCH 2/2] Update users/autostart.rst Co-authored-by: tomasz1986 --- users/autostart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/autostart.rst b/users/autostart.rst index fec3853b9..34732b4a4 100644 --- a/users/autostart.rst +++ b/users/autostart.rst @@ -176,7 +176,7 @@ 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. -Using newer versions of Windows, the flag "--no-console" is reported to be not working +When using Windows 10 or newer with Windows Terminal set as the default shell, the flag ``--no-console`` is reported to be not working correctly. An easy workaround is to use ``stctl.exe --start`` instead of ``syncthing.exe --no-console --no-browser``.