Table of Contents
This updated guide examines How to Sync Any Folder with Onedrive in Windows 10 and organizes the essential facts, background, and practical takeaways in clear American English.
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 pressEnter.
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"
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.
FAQ
What is How to Sync Any Folder with Onedrive in Windows 10 about?
It provides a structured overview of Windows 10, explains the main context, and highlights practical takeaways for readers.
Why does this topic matter?
Understanding the main concepts helps readers evaluate the issue, avoid common mistakes, and make better-informed decisions.
How should readers use this information?
Use the guidance as a practical starting point, confirm details that may have changed, and follow current product, safety, or security recommendations.
Reader Comments 0
Sign in with email or Google to join the discussion.