Windows - Synchronizes Folders by SyncToy

Environment

Introduction
Rather than DFS replication, wanna be a simple files replication by SyncToy


Solutions
Download and install SyncToy, and then set to synchronize what
C:\Program Files\SyncToy 2.1\synctoy.exe -d(left=C:\Folder1,right=\\hosts\Folder1,name=SharedFolders,operation=synchronize)

Next, wanna schedule to run synchronization in hidden. That can be helped by hstart
C:\bin\hstart\hstart.exe /NOCONSOLE /D="C:\Program Files\SyncToy 2.1\" ""C:\Program Files\SyncToy 2.1\SyncToyCmd.exe" -R"
Last, use Task Scheduler to schedule the task


References