I just downloaded the portable zip 64-bit version of Everything onto a windows 10 laptop. The app finds files quickly, as expected. However, when right-clicking a file result and selecting "Open File" from the context-menu it opens the file's properties, and the same happens when clicking "Open Path." Googling it, Google's AI result gave this answer:
In voidtools Everything, the "Open Path" context menu item, when selected for a file, should open the file's folder in Windows Explorer and highlight the file, not open the file's properties. If it's opening the properties dialog instead, it indicates a configuration issue in Everything's settings. You can fix this by modifying the "Open Path" command in the context menu settings.
Here's how to change it:
Open Everything and go to Tools > Options > General > Context Menu.
Select the "Open Path" item.
In the "Command" box, replace the existing code (likely $openpath("%1")) with this: $exec("%SystemRoot%\explorer.exe" /select,"%1").
Click OK to save the changes.
This modification ensures that the "Open Path" command correctly opens the folder containing the selected file and highlights that file within the folder. If you still encounter issues, consider restarting Everything or your computer.
I tried it, and it does fix it but not for "open file". Also, it does not open the directory with that file highlighted, meaning I have to run a search within file explorer for that file in a massive directory (defeats the whole purpose) and for some files it does not seem to open the right directory at all.