Win icloud move to non-C drive
Problem
We all know that Apple's software under Windows is basically a reference to the idea of a Mac. People like me who use Macs at work need a Windows system, so it's hard to sync files between the two systems. Installing icloud on Windows does not allow you to modify the default location by default, and cannot be changed in icloud settings.
Modifying with symbolic Links
Use the Mklink command. The equivalent of using an advanced shortcut to transfer the actual file to another place.
With this command built into Win7 and above, XP doesn't seem to be built-in, but XP doesn't use icloud now.
1, first find icloudrive actually stored in the path of the C drive, my is C:\Users\ user name \iclouddrive, user name I omitted, is generally your login user name.
2, in the D-disk or e-disk to find a place enough space. The Iclouddrive folder you found cut to that location, cut past my is the D:\iCloudDrive folder, note that the original C disk iclouddrive folder do not leave, if you are copied, the original that deleted.
3. Refer to the following command
mklink/d C:\Users\ user name \iclouddrive E:\iCloudDrive
Replace the C:\Users\ username \iclouddrive and E:\iCloudDrive with your path. Note that the space is not dropped.
Run the above line command in CMD,
In Win8 and above generally use the administrator to run CMD, or not enough display permissions
Original Address https://www.lisen.me/324.html
Win icloud move to non-C drive