Add features:Minimize the window after running.

Have a suggestion for "Everything"? Please post it here.
yryy123
Posts: 1
Joined: Sat Jun 07, 2025 5:54 am

Add features:Minimize the window after running.

Post by yryy123 »

The existing feature is "close the search window after running", but when the window is redisplayed, the previous search results are also closed. Sometimes, if the file run is not the desired one, the user needs to search again, which is very inconvenient. Therefore, a feature like "hide the window or minimize the window after running" is required. This way, when the search window is redisplayed, the need for repeated searching can be avoided.
tuska
Posts: 1385
Joined: Thu Jul 13, 2017 9:14 am

Re: Add features:Minimize the window after running.

Post by tuska »

Hi,

With this setting, you can send Everything to the system tray by pressing the ESC key:
Everything Options - 1.5.0.1393a (x64) > Keyboard > Show commands containing: close > File | Close >
Shortcuts for File | Close command: ESC (Global)

These settings allow you to restore your tabs and search queries:
 
2025-06-07_Restore tabs and search queries_Tabs_und_Suchabfragen wiederherstellen.png
____________________________________________________________
Windows 11 Pro (x64) Version 24H2 (OS build 26100.4202) - 2025-05-28
'Everything' 1.5.0.1393a (x64) - "Portable on system drive C:"
You do not have the required permissions to view the files attached to this post.
void
Developer
Posts: 19899
Joined: Fri Oct 16, 2009 11:31 pm

Re: Add features:Minimize the window after running.

Post by void »

Everything 1.4:

To hide the window on close:
  • Copy and paste the following into your Everything search box:
    /hide_on_close=1
  • Press ENTER in your Everything search box.
  • If successful, hide_on_close=1 is shown in the status bar for a few seconds.
hide_on_close



Everything 1.5:

To hide the window on close:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    close
  • Select hide_on_close
  • Set the value to: true
  • Click OK.
To minimize the window on close:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    close
  • Select minimize_on_close
  • Set the value to: true
  • Click OK.
minimize_on_close overrides hide_on_close.

minimize_on_close