Run at login in as tray icon only

Run at login is very interesting but it is not necessary to have the window of RcloneView running at this moment. Have Rcloneview as a tray icon is enough.

In the following version, there will be an option to run in the tray menu. Thanks for your feedback.

From version 0.9, RcloneView can be configured to start minimized in the system tray.

Hi,

You would like to have an instance of rclone running so after you boot Windows you have for example Drive G map to your Google Drive?

If this is your goal you can run rclone.exe as a service in Windows that automatically starts when Windows starts. I have this running on my system.

You can use an app like NSSM to create a new windows service that runs rclone and mounts your drive.

I can assist if you have questions.