Microsoft Windows Server – how to create symlink’s using ‚mklink‘

C:\ mklink [[/d] | [/h] | [/j]] <Link> <Target>
/d      Creates a directory symbolic link.  Default is a file symbolic link.
/h      Creates a hard link instead of a symbolic link.
/j      Creates a Directory Junction.
Link    specifies the new symbolic link name.
Target  specifies the path (relative or absolute) that the new link refers to

Leave a Reply

You must be logged in to post a comment.