Forum Discussion
Syncing shortcuts between two machines with C: and D: drive
This happens because Windows shortcuts save the exact file path, including the drive letter, so when OneDrive is on C: on one machine and D: on the other, the shortcut breaks after syncing. Unfortunately, shortcuts can’t be made truly “relative,” but there are a few easy workarounds. The cleanest option is to make sure OneDrive is installed in the same location on both machines so the paths match. If that’s not possible, you can create shortcuts using the cloud link from OneDrive instead of the local path, which will open correctly on both devices. Another option is to use environment variables (like %UserProfile%\OneDrive) when pointing to folders, since those adapt to the right location automatically. This way, your colleague won’t have to worry about different drive letters causing problems.
------------------------------------
Don't forget to mark as solution if my answer suits you