How to Create a Junction in Windows 7

tech — tags: — rohand @ August 9, 2009 5:55 PM

Create a junction in Windows 7 using the MKLINK command.

mklink /j source-path target-path

As an example, create a junction called C:\Volatile that resides on the S: drive.

mklink /j C:\Volatile S:\Volatile

Windows7-mklink

©2010 appytizers. All rights reserved.