Home

How to make a symlink in Windows 7

Published on 7/10/2012


  1. open cmd (as an admin)
  2. type:
mklink /d linkpath targetpath

example:

mklink /d c:\easytoremember c:\users\neil\local\applicationdata\temp\hardtoremember
... views