mklink /D "C:\Dev" "D:\OneDrive\Projects\Code"
Save this alias in your PowerShell profile: function sl($target, $link) cmd /c mklink /D $link $target windows symbolic links
Most Windows users treat the file system as a rigid hierarchy—a tree of folders and files where every item physically lives in exactly one place. But what if I told you that reality is an illusion? What if a file could be in two places at once? What if a 500GB game folder could exist on a tiny 128GB SSD? Privacy & security >
Go to Settings > Privacy & security > For developers. Turn on "Developer Mode." windows symbolic links
Now go forth and symlink. Just don't create a loop.