One Window Only - Possible?

General discussion related to "Everything".
Post Reply
OnEdge
Posts: 2
Joined: Fri Sep 19, 2014 7:24 pm

One Window Only - Possible?

Post by OnEdge »

Hello,

I am wondering if there is some way to have "Everything" use only one window instead of opening a NEW window every time I open the program with the shortcut? I checked "options" and see a setting for "Create a new window when running Everything" but that option is un-checked...

I love the program but usually end up having so many Everything windows open it's not funny. I find it easier to hit my keyboard shortcut button than find the open window buried on my second monitor. I would like the shortcut button to go to the open window if Everything is already running so I only have once instance/window going at all times.

Thanks!
Jeff
therube
Posts: 4640
Joined: Thu Sep 03, 2009 6:48 pm

Re: One Window Only - Possible?

Post by therube »

Add the command line option, -nonewwindow to the shortcut Target:

Code: Select all

Everything.exe  -nonewwindow
OnEdge
Posts: 2
Joined: Fri Sep 19, 2014 7:24 pm

Re: One Window Only - Possible?

Post by OnEdge »

I'll try that. Thanks!!
Roiad
Posts: 3
Joined: Fri Jan 31, 2020 12:55 am

Re: One Window Only - Possible?

Post by Roiad »

therube wrote: Fri Sep 19, 2014 8:24 pm Add the command line option, -nonewwindow to the shortcut Target:

Code: Select all

Everything.exe  -nonewwindow
Please explain for complete newbies like me
void
Developer
Posts: 15475
Joined: Fri Oct 16, 2009 11:31 pm

Re: One Window Only - Possible?

Post by void »

When you launch Everything, Everything will either:

1) Show your existing search window.
(if one does not exist, a new one is created)

-or-

2) Always create a new window.



To can control this functionality:
  • In Everything, from the Tools menu, click Options.
  • Click the UI tab on the left.
  • Check or uncheck Create new window when running Everything.


Create a new window when running Everything



You can override this setting by specifying either -new-window or -no-new-window in the command line.

To override this setting an always show a new window:
  • Right click your shortcut to Everything and click Properties.
  • Change the target to:
    "C:\Program Files\Everything\Everything.exe" -newwindow
To override this setting and reuse an existing window:
  • Right click your shortcut to Everything and click Properties.
  • Change the target to:
    "C:\Program Files\Everything\Everything.exe" -nonewwindow
(if there is no existing window, a new one is created)
Post Reply