Mklink Windows 'link' Link

mklink (short for "make link") is the Windows utility for creating symbolic links, hard links, and directory junctions. While the average user may never encounter it, system administrators, developers, and power users rely on it to solve problems that graphical interfaces cannot.

A direct pointer to the actual data (inode) on the disk. Hard links can only be created for files, must be on the same volume, and act as "another name" for the same file. When Should You Use mklink ? mklink windows

This will create a symbolic link link.txt on the desktop that references a non-existent file nonexistentfile.txt . mklink (short for "make link") is the Windows

To create a junction point, use the /j option: Hard links can only be created for files,

To create a symbolic link to a network location, use the following command:

This will create a symbolic link link.txt on the desktop that references the file file.txt in the documents folder.