How to start Everything (only once) minimized?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
pstein
Posts: 58
Joined: Thu Aug 07, 2014 6:18 pm

How to start Everything (only once) minimized?

Post by pstein »

At startup of Windows 7 I want Everything to start minimized (into Systray).

How can I achieve this?

Is there a cmdline parameter like

Everything.exe /MIN

This minimized start should take place only once at startup

In contrast when I manually double click later (not at startup) on everything.exe it should NOT start minimized but with open window.

Peter
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to start Everything (only once) minimized?

Post by void »

Easiest way is to enable Start Everything on system startup in Tools -> Options -> General -> Start Everything on system startup.

To manually run Everything (show the tray icon only) without showing a search window:

Code: Select all

Everything.exe -startup
Please make sure Run in Background is checked in Tools -> Options -> UI -> Run in Background.

http://www.voidtools.com/support/everyt ... /#-startup

To run Everything normally, showing a search window:

Code: Select all

Everything.exe
Post Reply