Starting Syncthing Automatically on Windows
To install syncthing_ctl from source, first ensure you have Rust and Cargo. If not, install them via rustup.rs.
cargo install --git https://github.com/zudo/syncthing_ctl
This program assumes Syncthing is located at C:\syncthing\syncthing.exe
by default.
To enable or disable automatic startup, simply run syncthing enable
or syncthing disable
, respectively.
syncthing enable -- -no-browser
For manual control, use syncthing start
and syncthing stop
to start and stop Syncthing.