Screenshot for nssm service manager doesn't match option description
Text stated:
Path to your
syncthing.exeand enter--no-restart --no-browser --home="<path to your Syncthing folder>"as Arguments.
but screenshot of nssm service manager show: -no-console -no-browser -home="C:\Syncthing"
I ran syncthing serve --help and it looks like option --no-console doesn't exist anymore.
Also, I suggest:
- to advice to install
syncthingintoC:\Program Filesinstead ofC:\Syncthingbecause by default all users of workstation might have write access intoC:\Syncthing. - since
syncthingsupposed to run as theSYSTEMaccount (to be able to sync multiple user's accounts, as well system folders), it would be more secure to useSYSTEM's home directory to prevent unauthorized user(s) to read/write tosyncthingdata/configuration files, that's why suggestion to use:C:\Windows\system32\config\systemprofile\AppData\Local\Syncthing
it looks like option
--no-consoledoesn't exist anymore.
--no-console does still exist (see https://docs.syncthing.net/users/syncthing for all available command line options). However, it is true that the screenshot is outdated, and what is more important, the upcoming Syncthing v2 requires double -- in command line arguments, so if you are setting up Syncthing now, the safe way is to use only -- instead of the older, single - version.
--no-consoledoes still exist
I'm sorry for confusion, I ran syncthing serve --help on Linux and expected to see Windows's only option --no-console. It is there as it should be, on Windows version.