Windows Symbolic Link Folder [Recent]
mklink /D "C:\LinkName" "D:\RealFolder"
If you’ve ever run out of space on your C: drive but had plenty of room on your D: drive, or if you’ve wanted to move a heavy program folder without breaking its installation, you need to know about . windows symbolic link folder
The command we use is mklink . The syntax looks like this: mklink /D "C:\LinkName" "D:\RealFolder" If you’ve ever run