nssm works! It simply works! Thank you spicypixel!
Now my mounted rclone Google drive on Windows can be seen by both the user accounts and administrator account.
It’s quite straightforward. The following experience for others in case useful, while most people would be able to figure them out fairly easily:
- To install the rclone service, need to specify the config file location in the parameter, because it’s starting from the system account, not a user account.
- It might also help to configure the timeout for shutting down and restart the service longer. I set it as 10 seconds and have no problem so far.
- To change the parameters of rclone after installation, use regedit.exe to edit the registry:
\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RCLONE SERVICE NAME\Parameters
(Browse to it or simply search the keyword of your rclone service in the registry.)