Curiosity › Technology › Computers and Smartphones › How do I sync my other folders with Onedrive? › Reply To: How do I sync my other folders with Onedrive?
Use PowerShell. I too faced the same issue on Windows 10.
The second command need a prefix to use in PowerShell. It must go like this:
cmd /c mklink /d “C:\OriginalFolderPath” “C:\OnedriveFolderPath\YourFolder”