SyncTrayzor is a little tray utility for Syncthing on Windows.git
It hosts and wraps Syncthing, making it behave more like a native Windows applicationgithub
and less like a command-line utility with a web browser interface.web
Features include:markdown
v1.0.18 was released hours after v1.0.17 in order to fix an issue. v1.0.17's changelog is as follows:app
Good question. The answer depends on whether you installed SyncTrayzor using the installer, or are running it standalone.less
SyncTrayzor will install itself into ui
C:\Program Files\SyncTrayzor
.this
By default, SyncTrayzor will put its own configuration in spa
C:\Users\<You>\AppData\Roaming\SyncTrayor
, and let Syncthing use its default folder for its database, which is code
C:\Users\<You>\AppData\Local\Syncthing
.
It will also create a registry key at
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\SyncTrayzor
the first time that it is run, which will let it start when you log in.
You can delete this registry key by unchecking "Automatically start on login" in the settings.
If you check "Use custom home directory or Syncthing" in the settings, then SyncTrayzor will tell Syncthing to use
C:\Users\<You>\AppData\Local\SyncTrayzor\syncthing
for its database.
This is useful if you want to keep the copy of Syncthing managed by SyncTrayzor separate from another copy running on your machine.
The auto-update mechanism may download updates to
%TEMP%\SyncTrayzor
.
This location is periodically cleared out (once every few days).
SyncTrayzor will put its own configuration in
SyncTrayzorPortable\data
,
and tell Syncthing to use
SyncTrayzorPortable\data\syncthing
for its database.
This means that, when upgrading, you can simply move the 'data' folder over to move all your settings, and database.
If you uncheck "Use custom home directory or Syncthing" in the settings, then Syncthing will use its default folder for its database, which is
C:\Users\<You>\AppData\Local\Syncthing
.
The portable version won't start on login by default.
If you check "Automatically start on login" in the settings, then a registry key will be created at
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\SyncTrayzor
.