Rclone mount for Windows
HomeContact
  • 😇INTRODUCTION
    • Rclone mount for Windows
    • Overview
  • ⚙️REQUIREMENTS
    • Setup Rclone
    • Set environment variable path
  • 🗓️TASK SCHEDULER
    • Setup Windows Task Scheduler
  • 😶SILENTCMD
    • Install SilentCMD
    • Create batch script
    • Setup shortcut
      • Create shortcut
      • Set icon for shortcut
      • Run at startup
      • Make shortcut be as a program
  • 🤞ADVANCED USING
    • Other ways
    • Task Scheduler with batch script
Powered by GitBook
On this page
  • Explanation
  • Let's go
Edit on GitHub
  1. ADVANCED USING

Task Scheduler with batch script

More controllable and stable

PreviousOther ways

Last updated 1 year ago

Explanation

  • With wireless internet connection or even wired internet connection, sometimes TASK SCHEDULER doesn't work stably (like hasn't connected to the network before Rclone mount fails or Network doesn't have internet connection), which may lead to Rclone fail mounting

  • With SILENTCMD, Rclone only mounts after successfully pinging to google.com


Let's go

  1. In Action tab, click on New...

  2. Action: Start a program Program/script: SilentCMD "full/path/to/your/script"

  3. Click on Yes to move the script path to the argument field

🤞