Soft Link Windows [updated] May 2026
mklink "C:\Users\Me\Desktop\report.pdf" "D:\Documents\Q1\report.pdf"
mklink /D "C:\Projects\Current" "E:\Archive\Projects\2025\Current" soft link windows
| Feature | | Hard Link | Junction | |---------|------------------------|---------------|---------------| | Scope | Files or directories (cross-volume) | Files only (same volume) | Directories only (cross-volume) | | Target deletion | Link becomes broken | Link still points to original data | Becomes broken | | Shows real path | Yes (in properties) | No (appears as original file) | Yes | | Can point to network | Yes (with UNC paths) | No | No | mklink "C:\Users\Me\Desktop\report
mklink /D "C:\Users\Me\OneDrive\Projects" "D:\LocalProjects\Active" Move a bloated game folder from C:\Program Files\HeavyGame to a larger D: drive without reinstalling: soft link windows
mklink /D "C:\Program Files\HeavyGame" "D:\Games\HeavyGame" Create desktop shortcuts that behave like real folders: