RealTimeSync is designed to run as a background process which does not need further attention. Depending on your requirements, there are a number of ways to start it automatically. Generally, the goal is to execute a command line of the form:
RealTimeSync should start monitoring when a user logs in:
Create a new shortcut, enter the command line from above as target and place it into the Windows autostart folder.
(Enter shell:startup in the Windows Explorer address bar to find the folder quickly.)
RealTimeSync should be monitoring while Windows is running, irrespective of currently logged in users:
Create a new task in your operating systems's task scheduler and have it execute the command line above when the system starts.
See Schedule a Batch Job for an example of how to add a task. Then change
the user which runs the task to SYSTEM - a special user account always running in the background.