Symlink Creator is a graphical user interface (GUI) application designed to create symbolic links efficiently. It serves as a user-friendly frontend for the mklink command in Windows, enabling users to generate symlinks for files and folders quickly.
Key Features:
Multiple Symlinks at Once: Create multiple symbolic links simultaneously by拖放files or folders into the interface.
Relative Path Support: Automatically uses relative paths when possible to simplify symlink management across drives.
Long Path Awareness: Handles long file paths, making it suitable for complex folder structures.
Script Retention: Option to save the generated script file for logging or advanced customization.
Audience & Benefit:
Ideal for system administrators, developers, and users managing large storage spaces. Symlink Creator helps avoid duplication of files by creating lightweight symbolic links, saving storage space while maintaining access to critical data. It is particularly useful for scenarios like game backups, folder synchronization, and efficient file management across drives.
By leveraging the power of mklink with a simple interface, Symlink Creator streamlines the process of creating symbolic links, making it an essential tool for anyone seeking efficient file organization without storage waste.
README
Symlink Creator
Symlink Creator is a GUI app for creating symbolic links (symlinks), and it is based on the mklink command. You can create multiple symlinks at a time.
Get Symlink Creator
Both methods are setup-free and do not use an installation wizard.
Suppose, you have a collection of several songs sorted by artists and albums on your PC. You might want a separate collection of your favorite songs which you will store on your mobile devices. In this scenario, the traditional shortcut option through the File Explorer right-click context menu is insufficient, because you cannot copy the actual file contents by copying the traditional shortcut files (*.lnk). You might consider duplicating the files which you will store on your mobile devices. But it will waste the storage space of your PC. In this case, Symlink Creator will come in handy. You can easily create a separate collection of songs and transfer them to your mobile devices, without wasting your PC's storage space.
Suppose, you have a special folder that is linked to your online storage like Google Drive. You might want some specific files/folders to be backed up from other folders. A traditional shortcut file is not helpful here to back up those files. In this scenario, you can use Symlink Creator for backup purposes without duplicating those files/folders in the special folder.
Suppose, you play video games a lot and you have the Steam client to manage those games. You have set a non-system drive (say, D:) to download the games. But that non-system drive has slow read capacity but your system drive (say, ) has SSD which is a lot faster to read. In that scenario, you can use Symlink Creator to save your favorite video games in the SSD so that you can load those games faster without changing any settings in the Steam client. Symlink Creator can create symlinks of the folders of video games in the slow non-system drive, but the game files are actually stored in the fast SSD.
Symlink Creator creates symlinks which is an NTFS feature. Unlike the traditional shortcut files (*.lnk), symlinks do not have any file size. While symlinks may be called advanced shortcut files, they appear to be real files. Unlike duplicated files, symlinks do not waste your storage space. Symlink Creator works for both files and folders.
How Symlink Creator works
Symlink Creator uses the mklink command to create symlinks by generating and executing a script.
It works on Windows 11/10.
Prior to version 1.3.0, it also supported Windows 8.1/8, Windows 7, and Windows Vista. Because the longPathAware feature, introduced in Symlink Creator v1.3.0, is unsupported on earlier Windows versions.
It does not work on Windows XP due to the absence of the mklink command.
How to use Symlink Creator
At the Source file or folder list, you can add files or folders which will be copied in the Destination path as symlinks.
Using Symlink Creator's drag-n-drop feature, you can easily create multiple symlinks at a time.
You can drag-n-drop files/folders directly from File Explorer.
You can also drag-n-drop the text containing a list of file/folder paths separated by a new line such as:
Tick the Use relative path if possible option to use relative paths while creating symlinks. In this case, relative paths will be used if both source files/folders and destination files/folders are in the same drive.
Tick the Retain script file after execution option if you want to save the script file for later use like logging purposes or other advanced usage.
Tick the Hide successful operation dialog option if you want to only show a dialog when an error occurs.
Why Symlink Creator needs administrative rights
It has been stated before that Symlink Creator uses the mklink command to create symlinks. The mklink command requires administrative privilege to create symlinks. You can find more information here.
Support Symlink Creator
Symlink Creator is a simple tool, but if it has saved you time or made things a bit easier, consider supporting the project. Every contribution helps keep it going and encourages future improvements.
You can also send crypto tokens to the following addresses:
Blockchain
QR Code and Address
Ethereum
<img src="SymlinkCreator/_ReadMe/QR-Ethereum.png" width="200" />
0x2536B9A9a6b49234db2006482f43d02BEE6FDd07
Bitcoin
<img src="SymlinkCreator/_ReadMe/QR-Bitcoin.png" width="200" />
bc1qwhwqal63y629ltnyhvr0txl5xngnhh9dv9u5yf
If donating is not an option, simply starring the repo, sharing feedback, or spreading the word is equally appreciated. Thank you for using Symlink Creator and sharing your thoughts.