Windows 10 create new user folder

broken image
broken image

So how do I create junctions or directory symbolic links in Windows 10?Ĭreate a junction: junction 'C:\Documents and Settings\UserName\My Documents\My Dropbox\My Games' 'C:\Documents and Settings\UserName\My Documents\My Games'Ĭreate a directory symbolic link: mklink /D 'C:\Documents and Settings\UserName\My Documents\My Dropbox\My Games' 'C:\Documents and Settings\UserName\My Documents\My Games' Note that Windows does not support junctions to directories on remote shares. Please read this Microsoft KB article for tips on using junctions. Reparse points are the mechanism on which NTFS junctions are based, and they are used by Windows' Remote Storage Service (RSS), as well as volume mount points. Junction not only allows you to create NTFS junctions, it allows you to see if files or directories are actually reparse points. You can download junction from Windows SysInternals (which is part of Microsoft):

broken image

It seems like the junction command has been retired in Windows 10.

broken image