Windows 11 Symlink May 2026
mklink /D "C:\LinkFolder" "D:\RealTargetFolder" /D = directory symlink /J = directory junction (more compatible) /H = hard link (file only)
No extra space used. Undo with rmdir "C:\LinkFolder" . windows 11 symlink
Great for OneDrive, Google Drive, game mods, and WSL projects. and WSL projects.