Bill-Stewart / SyncthingWindowsSetup

Syncthing Windows Setup
Mozilla Public License 2.0
1.07k stars 44 forks source link

Running Syncthing on startup #30

Closed jarble closed 4 months ago

jarble commented 4 months ago

According to the documentation here, Syncthing does not have an official installer for Windows and will not start automatically unless users manually create a shortcut in the Startup folder.

Should the installer create this shortcut during installation so that users will not need to create it manually?

Bill-Stewart commented 4 months ago

That documentation is referring to when you download the syncthing.exe executable manually from the official sources and want to set up automatic startup manually. In contrast, Syncthing Windows Setup (this installer) does this for you. In other words, if you use this installer, you don't need the instructions in the Syncthing documentation.

I would recommend reading the documentation for Syncthing Windows Setup here:

https://github.com/Bill-Stewart/SyncthingWindowsSetup

Hope this helps.