|
Ah, I see. I guess, I missed that one and only saw the solution using New-Service which in my case doesn't work even when running PowerShell in elevated mode and is a needless hassle. So, thanks for pointing both the --no-console as well as the autostart method in the documentation. SilentCMD is not necessary with --no-console set. This works just as fine: rclone.exe mount REMOTE: Z: -o volname=RemoteDrive --no-console --vfs-used-is-size --log-file "%TMP%\ZDriveMapperLog.txt"So, I see no gain in mentioning the SilentCMD method in the documentation or wiki. Apart from adding a dependency to another tool, it gives no additional benefit. However, it would be nice to mention --no-console in . Also, in , the link to mount points to move instead. It's perhaps worth updating the link. (责任编辑:) |
