Open an efu file in another Everything window by double clicking it in the result list in Everything?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Open an efu file in another Everything window by double clicking it in the result list in Everything?

Post by Biff »

What did I have to do if I wanted to open an efu file in another Everything window by double clicking it in the result list in Everything?
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: Open an efu file in another Everything window by double clicking it in the result list in Everything?

Post by void »

To open EFU files in a new window:
  • From the Start menu, search for:
    regedit
  • Right click the Registry Editor and click Run as an administrator.
  • In the Registry Editor, navigate to:
    HKEY_CLASSES_ROOT\Everything.FileList\shell\open\command
  • Change the (Default) value data from:
    "C:\Program Files\Everything\Everything.exe" -filelist "%1"
    to:
    "C:\Program Files\Everything\Everything.exe" -filelist "%1" -newwindow
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Re: Open an efu file in another Everything window by double clicking it in the result list in Everything?

Post by Biff »

Many thanks!

So I cannot do it with EverythingFileAssociations.ini?
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: Open an efu file in another Everything window by double clicking it in the result list in Everything?

Post by void »

What is EverythingFileAssociations.ini?

The Everything.ini does not manage opening EFU files.
This is managed by the system via the registry.
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Re: Open an efu file in another Everything window by double clicking it in the result list in Everything?

Post by Biff »

What is EverythingFileAssociations.ini?

Sorry, thought that file belongs to Everything, didn't remember anymore:
Image
Post Reply