Create a symoblic link in windows

Redirecting content to a different folder in Windows is fairly easy.

Open a command prompt by pressing the Windows START Button, type CMD and hit the enter button.

mklink /J “C:\Backup” “D:\Backup”

Change the folder paths to your needs and paste the code using right click -> Paste inside the open command prompt. Hit enter and you’re done.

Back to Top