Software⏱️ 2 min read📅 2026-06-03

How to Fix: How can I create a symbolic link on Windows 10?

Create a symbolic link on Windows 10 using mklink command.

Quick Answer: Use the mklink command to create a symbolic link in Windows 10, e.g., mklink /J D: arget older C:\source\folder

In Windows 10, the junction command has been replaced with a new method to create symbolic links. The mklink command is still available and can be used to create symbolic links.

💻 Creating Symbolic Links in Windows 10

  • Open the Command Prompt as an administrator.

👉 Method to Create Symbolic Links

Using the mklink Command

  1. Step 1: Navigate to the directory where you want to create the symbolic link using the cd command.

Example:

mklink symbolic_linkc:ull	o	he	argetile

The mklink command will create a symbolic link with the specified name pointing to the target file.

🔥 Verifying the Symbolic Link

  • Use the dir command to verify that the symbolic link was created successfully.

[Symbolic links can be used in various scenarios, such as sharing files between multiple computers or creating shortcuts for frequently used files.]

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions