# mklink **Repository Path**: mirrors_codejamninja/mklink ## Basic Information - **Project Name**: mklink - **Description**: Make symbolic links, hard links, and directory junctions from the context menu - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mkLink Make symbolic links, hard links, and directory junctions from the context menu mkLink creates multiple types of symbolic links. Specifically, it simplifies the use of creating symbolic links by providing a GUI interface and access from the context menu. Normally advanced symbolic links, such as Hard Links and Directory Junctions can only be created through the command prompt. Please ★ this repo if you found it useful ★ ★ ★ ![](assets/mklink.png) ## Features The following symbolic links can be created with mkLink. * Directory Symbolic Link * File Symbolic Link * Hard Link * Directory Junction ## Usage 1. Run the installer 2. Right click on the file or folder you want to create a symbolic link with and select "mkLink" from the context menu ## Support Submit an [issue](https://github.com/jamrizzi/mklink/issues/new) ## Screenshots Sorry, I don't have any screenshots ## Buy Me Coffee A ridiculous amount of coffee was consumed in the process of building this project. [Add some fuel](https://jamrizzi.com/#!/buy-me-coffee) if you'd like to keep me going! ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -m 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D ## License [MIT License](https://github.com/jamrizzi/mklink/blob/master/LICENSE) [Jam Risser](https://jamrizzi.com) © 2017 ## Credits * [Jam Risser](https://jamrizzi.com) - Author * [https://technet.microsoft.com/en-us/library/cc753194.aspx](https://technet.microsoft.com/en-us/library/cc753194.aspx) ## Changelog 1.0.1 (2017-04-28) * Changed license to MIT 1.0.0 (2016-02-16) * Initial release