Windows FS NTFS commands

Hard links:

Commands used to create a hard link then removing it with FS util since you don’t want to delete the actual files linked to.

Create link:

mklink /h [Directory/LinkName] [Target directory path]
 The same procedure can also be dont on a file linking to the real file location

To delete the link:

 fsutil reparsepoint delete Directory 

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.