Installing

Windows

How to uninstall rclone on Windows

Download and extract the binary

Extract the archive, inside you will see a rclone.exe file.

There is no installer wizard, you can just move the file anywhere you want.

Move it somewhere sensible, like C:\Program Files\rclone\rclone.exe

Add to PATH

So you can run rclone from any Command Prompt/PowerShell window.

  1. Press Win key on your keyboard and search for:

    Edit the system environment variables and open it.

  2. Click Environment Variables… at the bottom.

  3. In the User variables (or System variables if you want it for all users), find Path, select it, and click Edit…

  4. Click New and paste the folder where you placed rclone.exe:

    C:\Program Files\rclone

  5. Click OK on all windows to close and save.

Close any open Command Prompt/PowerShell windows and open a new one so the updated PATH is loaded.

How is this guide?