Skip to content

Instantly share code, notes, and snippets.

@pkfrom
Last active June 23, 2019 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkfrom/a7ac2e625f7a1a1e33e700b6927b9e71 to your computer and use it in GitHub Desktop.
Save pkfrom/a7ac2e625f7a1a1e33e700b6927b9e71 to your computer and use it in GitHub Desktop.
How to change your Windows iCloud Drive Folder

How to change your Windows iCloud Drive Folder

I'll assume this is about iCloudDrive for Windows (you don't mention that explicitly in your question). If that's the case,

follow these steps:

  • Disable iCloud Drive from the Control Panel (please really do this, otherwise it will mess things up)
  • Move (not copy) your iCloudDrive directory C:\Users\<username>\iCloudDrive to the new location.
  • Open a command prompt and type: mklink /J "C:\Users\<username>\iCloudDrive" "<new destination>" This creates a junction (sort of a shortcut, but more powerfull) from the old location to the new location.
  • Reboot your computer and everything should be fine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment