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
Edit on GitHub
  1. REQUIREMENTS

Set environment variable path

Guide to setup environment path for Rclone,... for all users

PreviousSetup RcloneNextSetup Windows Task Scheduler

Last updated 1 year ago

  1. Open Windows Search (Windows + S) Search for: Edit the system environment variables

  2. Click on Environment Variables...

  3. In System variables, choose Path, click on Edit...

  4. Click on New, enter the folder path of the program you need to set the environment for and press Enter 👌

⚙️