New
#10
You can use Task Scheduler to run SyncToy as long as you know the command.
For example, I use the following VBScript command to run SyncBackFree.exe, which will run the profile "Back up a USB device".
CreateObject("wscript.shell").run """C:\Program Files (x86)\2BrightSparks\SyncBackFree\SyncBackFree.exe"" -m ""Back up a USB device"""
I think the following command also works on Windows 10.
![]()