Bug or feature?
-
- Posts: 1
- Joined: Thu May 28, 2020 5:16 pm
Bug or feature?
I have tried searching on user32.dll and despite the fact that it does exist in the folder C:\Windows\system32\user32.dll that particular instance of the file is not reported. Same for kernal32.dll and advapi32.dll. Is it supposed to act this way?
Re: Bug or feature?
Neither bug nor feature:
BTW, What is version of your OS/EV ?
BTW, What is version of your OS/EV ?
Re: Bug or feature?
Without looking, they're probably hardlinked files.
(If they're not hardlinks, then look for exclusions you may have set.)
[Not quite correct, see below...]Everything (currently) only enumerates one of the links (& which one is not determinable).
(If they're not hardlinks, then look for exclusions you may have set.)
Re: Bug or feature?
On my end, Win7, hardlinks:
Code: Select all
E:\Windows\SysWOW64\user32.dll
E:\Windows\winsxs\wow64_microsoft-windows-user32_31bf3856ad364e35_6.1.7601.24545_none_361d0315d192281e\user32.dll
E:\Windows\winsxs\Temp\PendingDeletes\$$DeleteMe.user32.dll.01d5e24e33ec19d4.0032
E:\Windows\SysWOW64\kernel32.dll
E:\Windows\winsxs\wow64_microsoft-windows-kernel32_31bf3856ad364e35_6.1.7601.24545_none_fca27c15ba81319a\kernel32.dll
E:\Windows\winsxs\Temp\PendingDeletes\$$DeleteMe.kernel32.dll.01d5e24e33fa6215.0036
E:\Windows\SysWOW64\advapi32.dll
E:\Windows\winsxs\x86_microsoft-windows-advapi32_31bf3856ad364e35_6.1.7601.24545_none_e5b9a2a8fdf92e6b\advapi32.dll
E:\Windows\winsxs\Temp\PendingDeletes\$$DeleteMe.advapi32.dll.01d5e24e33f800b5.0034
Re: Bug or feature?
@ovg, what is your "OR" ?
Re: Bug or feature?
I'm not @ovg, but ...
Menu:Tools > Options > Search : enable Allow literal operators
( InfoTip provides further details)
Menu:Tools > Options > Search : enable Allow literal operators
( InfoTip provides further details)
Re: Bug or feature?
2therube
As already stated by NotNull, OR = |
As already stated by NotNull, OR = |
Re: Bug or feature?
Everything will index all hardlinks.
However, Everything currently does not track all hardlinks (only one random instance of the hard link is tracked).
If there was a change to one of these system hardlinks the file may end up being removed from your index.
Please try forcing a rebuild to update all hardlinks:
However, Everything currently does not track all hardlinks (only one random instance of the hard link is tracked).
If there was a change to one of these system hardlinks the file may end up being removed from your index.
Please try forcing a rebuild to update all hardlinks:
- In Everything, from the Tools menu, click Options.
- Click the Indexes tab on the left.
- Click Force Rebuild.
- Click OK.