Start Everything hidden

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Totoro
Posts: 2
Joined: Thu Feb 07, 2013 3:09 pm

Start Everything hidden

Post by Totoro »

Hello,

How can I start Everything hidden in the taskbar? Please provide detailed instructions. Thank you in advance!
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: Start Everything hidden

Post by therube »

Start everything minimized to the taskbar (& also into the system tray too, depending on the Show Tray Icon setting):

> everything.exe -minimized

Start everything in the background, only into the system tray:

> everything.exe -startup

(In the second case, thinking that if Show Tray Icon was not set, you'd only be able to interact with Everything if some global hotkey had been defined to open it, or if you used some command line option to cause the window to display like: everything.exe -newwindow.)
Totoro
Posts: 2
Joined: Thu Feb 07, 2013 3:09 pm

Re: Start Everything hidden

Post by Totoro »

Should the command be entered in the shortcut or the command-line interface? If the latter, how do I use it? I see there is a download link for it on the main homepage.
void
Developer
Posts: 16690
Joined: Fri Oct 16, 2009 11:31 pm

Re: Start Everything hidden

Post by void »

Use the -minimized in the shortcut to start Everything minimized.

To add the -minimized command line option:
  • Right click an Everything shortcut.
  • Click Properties.
  • Click the Shortcut tab.
  • Add -minimized to the end of the Target:

    Code: Select all

    ...\Everything.exe -minimized
  • Click OK.
-or-

To start Everything minimized:
  • Right click an Everything shortcut.
  • Click Properties.
  • Click the Shortcut tab.
  • Change Run to Minimized.
  • Click OK.
-or-

To start Everything in the background
  • Right click an Everything shortcut.
  • Click Properties.
  • Click the Shortcut tab.
  • Add -startup to the end of the Target:

    Code: Select all

    ...\Everything.exe -startup
  • Click OK.
Post Reply