Add additional folders to sync to One Drive

We use junction to reach the target.

  1. Open CMD
  2. type following command

    mklink /j “%UserProfile%\OneDrive\Folder Name” “Full path of source folder”

    e.g.

    mklink /j “%UserProfile%\OneDrive\Seagate2″ ” D:\others\Seagate2″

C:\Users\Administrator>mklink /j “%UserProfile%\OneDrive\Seagate2″ ” D:\others\Seagate2″

Junction created for C:\Users\Administrator\OneDrive\Seagate2 <<===>>  D:\others\Seagate2

C:\Users\Administrator>