- ПоискCtrl+k
- Войти
mklink /j C:\path\to\junction C:\path\to\original\directory
Now important.pdf appears on your desktop, but the real file lives on D:. mklink windows 11
A hard link is like a symbolic link but does not point to another file but rather acts as an alias for the file itself. To create a hard link, use the /h option: mklink windows 11
This creates a symbolic link link.txt in the C:\Users\Username\Documents directory that points to the original.txt file. mklink windows 11