OneDrive is a free online storage that comes with Windows 10 and is used with a Microsoft account. Save files to OneDrive and you'll be able to access them from any PC, tablet or phone.

By default, you can choose which folders to sync in OneDrive with PC. Windows 10 stores the OneDrive folder in the % UserProfile% folder of the account (for example, "C: UsersBrink" ) by default.

This guide will show you how to sync any folder with OneDrive for accounts in Windows 10.

Here's how:

1. Open Command Prompt.

2. Enter the command below into the Command Prompt and press Enter .

 mklink /j "%UserProfile%OneDriveFolder Name" "Full path of source folder" 

Replace the full path of the source folder in the above command with the actual full path of the directory (for example, "F: Example Folder" ) that you want to sync with OneDrive.

Replace Folder Name in the above command with the folder name (for example, "Example Folder" ) that you want to display in OneDrive. It is best to use the same name as the source directory to help know what it is linked to. For example:

 mklink /j "%UserProfile%OneDriveExample Folder" "F:Example Folder" 
How to sync any folder with OneDrive in Windows 10 Picture 1
Enter the command in the Command Prompt

3. The source folder (for example, "F: Example Folder" ) will now be synchronized with OneDrive (for example, "% UserProfile% OneDriveExample Folder" ). Anything you copy, save, and delete in either folder will apply to the other.

If you want to undo this junction point (a real folder pointing to another folder) and stop syncing the source folder with OneDrive, you'll only have to delete the folder (for example, "% UserProfile% OneDriveExample Folder" ) in OneDrive folder. This will not delete the source folder (e.g. "F: Example Folder" ), but it will also delete it from OneDrive online.

5 ★ | 1 Vote | 👨 1745 Views

Above is an article about: "How to sync any folder with OneDrive in Windows 10". Hope this article is useful to you. Don't forget to rate the article, like and share this article with your friends and relatives. Good luck!

« PREV POST
NEXT POST »