Mklink /j Example Updated Jun 2026
mklink /j C:\MyDocs C:\Documents
If you want to move your "Games" folder from a full C: drive to a larger D: drive without breaking your shortcuts, you would: Move the folder to D:\Games . Run the command: mklink /j "C:\Games" "D:\Games" mklink /j example
: The existing folder that contains the actual data. Basic Example mklink /j C:\MyDocs C:\Documents If you want to
mklink is a Windows command-line tool used to create symbolic links, hard links, and directory junctions. mklink /j example
The mklink /j command has several advantages and use cases: