Cmd Mklink |work| Jun 2026
Introduced with Windows Vista, mklink allows users to create three primary types of links on NTFS file systems:
You have a tiny, fast SSD ( C: ) for your OS, but your games are huge. You want fast load times, but C: is full. The Solution: Move the game files to your massive HDD ( D: ) and trick Windows. cmd mklink
To remove a link, simply delete the link file or folder. Deleting the link does not delete the original target data, but be careful when deleting files inside a linked folder. Introduced with Windows Vista, mklink allows users to
mklink /H "C:\link2.txt" "C:\real.txt"

