> ## Content Index
> Fetch the complete content index at: https://en.blog.themarfa.name/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to Quickly Create Symbolic Links in Windows
- URL: https://en.blog.themarfa.name/how-to-quickly-create-symbolic-links-in-windows/
- Published: 2025-03-19T09:21:48.000Z
- Updated: 2025-03-19T09:21:48.000Z
- Description: NeatShift is a utility for creating symbolic links through a user-friendly interface. It moves files while preserving their original path. It also supports backups and link viewing.
- Author: Konstantin Dokuchaev
- Tags: Windows, NeatShift

Symbolic links are like shortcuts, but more powerful. You can move a file or an entire folder to any convenient location while keeping the original path as a symbolic link. This way, applications will still recognize the files at their old location as if nothing has changed.

However, creating such links usually requires working with the command line, which isn’t very convenient. If you, like me, prefer using a graphical interface, try [**NeatShift**](https://github.com/BytexGrid/NeatShift).

Although the app doesn’t require installation, you will still need administrator rights. Once launched, you only need to do one simple thing: add files or folders to the app and specify the destination folder.

![](https://storage.ghost.io/c/31/c7/31c7da9c-f519-464c-9a3b-2d4144b557a6/content/images/2025/03/image-22.png)

If you're using NeatShift for the first time, it will ask which backup method you prefer:

- App-based backup only.
- System restore point only.
- Both options at once.

![](https://storage.ghost.io/c/31/c7/31c7da9c-f519-464c-9a3b-2d4144b557a6/content/images/2025/03/image-23.png)

Thanks to this, if anything goes wrong, you can always revert the changes through the **Backup** menu. If everything works fine, clicking **Continue** will move the file to the specified location while creating a symbolic link for it. You can view all created symbolic links in the **View Links** menu.

Additionally, NeatShift has a built-in file viewer. However, I can’t really say it’s particularly useful.

![](https://storage.ghost.io/c/31/c7/31c7da9c-f519-464c-9a3b-2d4144b557a6/content/images/2025/03/image-24.png)

[Try NeatShift](https://github.com/BytexGrid/NeatShift)