We can execute the following command to create a hard link file:
Code: Select all
mklink /H D:\link.txt D:\file.txt
when I create the hard link file by command `mklink /H`, I can't see the new file by searching in everything. But if I click the force rebuild index button in the settings page, the hard link file can be find in everything.
That means the file watcher of everything ignore the hard link file. And I have added `*.lnk` into the except list of everything, is this the reason?