Windows has excellent support for symbolic links via the mklink command. Whether you are moving game files to a secondary drive or organizing complex development environments, mastering the symlink is a skill that will save you hours of headache!
It makes the process seamless and visual. create a symlink in windows
If you want to create a link to a file:
Or use File Explorer (delete like a normal file/folder). Windows has excellent support for symbolic links via
This will create a symlink named my_link that points to original_file.txt . create a symlink in windows
dir /AL