Mklink /j Example High Quality Jun 2026
The mklink /j command is used to create a junction point between two directories. The basic syntax of the command is as follows:
: Have C:\ProgramData\App1\Config and C:\ProgramData\App2\Config both point to D:\SharedConfig .
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
:
✅ for both <Link> and <Target> to avoid confusion. The mklink /j command is used to create
First, manually move the folder C:\Games\MyGame\Mods to D:\Backups\MyGameMods .
mklink /j "C:\Games\MyGame\Mods" "D:\Backups\MyGameMods" to avoid confusion. First
mklink /j <junction_name> <target_directory>