Wednesday, August 19, 2015

hard linked folder (files) with windows

to link a folder to another one "the hard way" (e.g. to link "%AppData%\Local\Google\User Data" to another location) us the cmd and option "mklink /J [fromfolder] [tofolder]"
J = Junction

(for files use /H instead of /J)

No comments:

Post a Comment