Symbolic links

Print

When you need to create a symbolic link to a network drive like a local folder on computer, such as access to \\Server\Folder such as C:\Folder, you can creating a symbolic link from the command prompt with this line:

mklink /d C:\Folder \\Server\Folder

This website uses cookies to ensure you get the best experience on our website.