- Consulting
- Training
- Partners
- About Us
x
mklink "C:\Users\Me\Desktop\report.pdf" "D:\Documents\Q1\report.pdf"
You create a file that looks and behaves like the real file, but it’s just a signpost to the actual data stored elsewhere. Soft Link vs. Hard Link vs. Junction Windows actually offers three types of links. Here’s the essential distinction:
When you hear "soft link" (or "symlink"), you might think of Linux. However, Windows has supported native symbolic links for nearly two decades. This feature bridges the gap between convenience and system functionality, yet it remains one of Windows’ most underutilized tools. What Is a Soft Link? A soft link (symbolic link) is a special file system object that points to another file or directory. It acts as a virtual shortcut, but unlike a standard Windows shortcut (.lnk), a soft link is transparent to the operating system and most applications. When a program accesses the link, Windows automatically redirects it to the target path.
With great power comes great responsibility — delete the link, not the target.
If you need a seamless, program-level redirect — use a soft link. If you just want a user-friendly clickable icon — use a standard shortcut. Soft links in Windows are powerful but underused. They solve real storage and organization problems that shortcuts and move operations cannot. Whether you’re managing disk space, taming cloud sync folders, or organizing a complex project structure, mastering mklink /D and file symlinks gives you a professional-grade file system tool.
mklink /D "C:\NetFolders\Data" "\\Server\Shared\Data" Starting with Windows 10 Creators Update (1703), you can create symlinks without admin rights if Developer Mode is enabled (Settings → Update & Security → For developers). Real-World Use Cases 1. Save Cloud Storage Space Redirect OneDrive, Google Drive, or Dropbox folders to store files elsewhere while keeping the sync folder structure intact:
rmdir "LinkFolder" # For directory symlinks del "LinkFile.ext" # For file symlinks Or simply delete it in File Explorer like a normal file/folder. | Feature | Soft Link | Shortcut (.lnk) | |---------|-----------|------------------| | Transparency | Full (app sees target) | None (app sees .lnk file) | | Works in CMD | Yes | No | | Works as working directory | Yes | No | | Double-click behavior | Opens target directly | Opens target after .lnk processing |
mklink /D "C:\Users\Me\OneDrive\Projects" "D:\LocalProjects\Active" Move a bloated game folder from C:\Program Files\HeavyGame to a larger D: drive without reinstalling:
mklink "C:\Users\Me\Desktop\report.pdf" "D:\Documents\Q1\report.pdf"
You create a file that looks and behaves like the real file, but it’s just a signpost to the actual data stored elsewhere. Soft Link vs. Hard Link vs. Junction Windows actually offers three types of links. Here’s the essential distinction:
When you hear "soft link" (or "symlink"), you might think of Linux. However, Windows has supported native symbolic links for nearly two decades. This feature bridges the gap between convenience and system functionality, yet it remains one of Windows’ most underutilized tools. What Is a Soft Link? A soft link (symbolic link) is a special file system object that points to another file or directory. It acts as a virtual shortcut, but unlike a standard Windows shortcut (.lnk), a soft link is transparent to the operating system and most applications. When a program accesses the link, Windows automatically redirects it to the target path. soft link windows
With great power comes great responsibility — delete the link, not the target.
If you need a seamless, program-level redirect — use a soft link. If you just want a user-friendly clickable icon — use a standard shortcut. Soft links in Windows are powerful but underused. They solve real storage and organization problems that shortcuts and move operations cannot. Whether you’re managing disk space, taming cloud sync folders, or organizing a complex project structure, mastering mklink /D and file symlinks gives you a professional-grade file system tool. mklink "C:\Users\Me\Desktop\report
mklink /D "C:\NetFolders\Data" "\\Server\Shared\Data" Starting with Windows 10 Creators Update (1703), you can create symlinks without admin rights if Developer Mode is enabled (Settings → Update & Security → For developers). Real-World Use Cases 1. Save Cloud Storage Space Redirect OneDrive, Google Drive, or Dropbox folders to store files elsewhere while keeping the sync folder structure intact:
rmdir "LinkFolder" # For directory symlinks del "LinkFile.ext" # For file symlinks Or simply delete it in File Explorer like a normal file/folder. | Feature | Soft Link | Shortcut (.lnk) | |---------|-----------|------------------| | Transparency | Full (app sees target) | None (app sees .lnk file) | | Works in CMD | Yes | No | | Works as working directory | Yes | No | | Double-click behavior | Opens target directly | Opens target after .lnk processing | Junction Windows actually offers three types of links
mklink /D "C:\Users\Me\OneDrive\Projects" "D:\LocalProjects\Active" Move a bloated game folder from C:\Program Files\HeavyGame to a larger D: drive without reinstalling:
Our support doesn't end here. We have monthly newsletters, study guides, practice questions, and more to assist you in upgrading your cloud career. Subscribe to get them all!