🌱Aadam's Garden

Search

Search IconIcon to open search

Syncthing

Last updated Aug 14, 2022

Source:: Starting Syncthing Automatically — Syncthing documentation


# Installation

It’s best/easier to install it using Chocolatey.

1
cinst syncthing

# Automatic Startup

You can either create a Task in the Task Scheduler or create service that automatically runs.

# Service

1
2
New-Service Syncthing $env:ChocolateyInstall/bin/syncthing.exe -StartupType Automatic
Start-Service Syncthing

There’s some things to consider when using this approach:

# Task Scheduler

# Startup Folder